{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector DataSet API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "DataSet", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Dataset In A Share", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/dataSets/:dataSetName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share." }, { "name": "dataSetName", "value": "", "type": "path", "description": "The name of the dataSet." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Get a DataSet in a share" }, { "info": { "name": "Microsoft Azure Adds A New Data Set To An Existing Share", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/dataSets/:dataSetName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share to add the data set to." }, { "name": "dataSetName", "value": "", "type": "path", "description": "The name of the dataSet." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Create a DataSet " }, { "info": { "name": "Microsoft Azure Delete Dataset In A Share", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/dataSets/:dataSetName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share." }, { "name": "dataSetName", "value": "", "type": "path", "description": "The name of the dataSet." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Delete a DataSet in a share" }, { "info": { "name": "Microsoft Azure List Datasets In A Share", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/dataSets", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." }, { "name": "$skipToken", "value": "", "type": "query", "description": "continuation token" }, { "name": "$filter", "value": "", "type": "query", "description": "Filters the results using OData syntax." }, { "name": "$orderby", "value": "", "type": "query", "description": "Sorts the results using OData syntax." } ] }, "docs": "List DataSets in a share" } ] } ], "bundled": true }