{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector StorageAccounts API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "StorageAccounts", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Lists All The Storageaccounts In A Data Box Edge Data Box Gateway Device", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/:deviceName/storageAccounts", "params": [ { "name": "deviceName", "value": "", "type": "path", "description": "The device name." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A Storageaccount By Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/:deviceName/storageAccounts/:storageAccountName", "params": [ { "name": "deviceName", "value": "", "type": "path", "description": "The device name." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The storage account name." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Storageaccount Or Updates An Existing Storageaccount On The Device", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/:deviceName/storageAccounts/:storageAccountName", "params": [ { "name": "deviceName", "value": "", "type": "path", "description": "The device name." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The StorageAccount name." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Storageaccounts Storageaccountname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/:deviceName/storageAccounts/:storageAccountName", "params": [ { "name": "deviceName", "value": "", "type": "path", "description": "The device name." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The StorageAccount name." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "$filter", "value": "", "type": "query", "description": "The OData filter. Optional." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return. Optional." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip over before returning elements. Optional." }, { "name": "$select", "value": "", "type": "query", "description": "OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional." }, { "name": "$orderby", "value": "", "type": "query", "description": "OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional." }, { "name": "$count", "value": "", "type": "query", "description": "The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts Storageaccountname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts/:storageAccountName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The name of the Azure Storage account for which to retrieve the details." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the specified Azure Storage account linked to the given Data Lake Analytics account." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts Storageaccountname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts/:storageAccountName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The name of the Azure Storage account to add" }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Updates the specified Data Lake Analytics account to add an Azure Storage account." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts Storageaccountname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts/:storageAccountName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The Azure Storage account to modify" }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts Storageaccountname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts/:storageAccountName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The name of the Azure Storage account to remove" }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Updates the specified Data Lake Analytics account to remove an Azure Storage account." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts Storageaccountname Containers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts/:storageAccountName/containers", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The name of the Azure storage account from which to list blob containers." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts Storageaccountname Containers Containername", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts/:storageAccountName/containers/:containerName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The name of the Azure storage account from which to retrieve the blob container." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the Azure storage container to retrieve" }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Datalakeanalytics Accounts Accountname Storageaccounts Storageaccountname Containers Containername Listsastokens", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataLakeAnalytics/accounts/:accountName/storageAccounts/:storageAccountName/containers/:containerName/listSasTokens", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the Azure resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Data Lake Analytics account." }, { "name": "storageAccountName", "value": "", "type": "path", "description": "The name of the Azure storage account for which the SAS token is being requested." }, { "name": "containerName", "value": "", "type": "path", "description": "The name of the Azure storage container for which the SAS token is being requested." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Storage Checknameavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Storage/checkNameAvailability", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Checks that the storage account name is valid and is not already in use." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. " }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the acc" }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Deletes a storage account in Microsoft Azure." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Storage Storageaccounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Storage/storageAccounts", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname Listkeys", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/listKeys", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Lists the access keys for the specified storage account." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname Regeneratekey", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/regenerateKey", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "Regenerates one of the access keys for the specified storage account." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname Listaccountsas", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/ListAccountSas", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. " }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "List SAS credentials of a storage account." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storage Storageaccounts Accountname Listservicesas", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/ListServiceSas", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } ] }, "docs": "List service SAS credentials of a specific resource." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Storage Admin Locations Location Storageaccounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Storage.Admin/locations/:location/storageAccounts", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "Filter string" }, { "name": "summary", "value": "", "type": "query", "description": "Switch for whether summary or detailed information is returned." } ] }, "docs": "Returns a list of storage accounts." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Storage Admin Locations Location Storageaccounts Accountid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Storage.Admin/locations/:location/storageAccounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Internal storage account ID, which is not visible to tenant." } ] }, "docs": "Returns the requested storage account." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Storage Admin Locations Location Storageaccounts Accountid Undelete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Storage.Admin/locations/:location/storageAccounts/:accountId/undelete", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Internal storage account ID, which is not visible to tenant." }, { "name": "newAccountName", "value": "", "type": "query", "description": "New storage account name when doing undelete storage account operation." } ] }, "docs": "Undelete a deleted storage account with new account name if the a new name is provided." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Storage Admin Locations Location Reclaimstoragecapacity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Storage.Admin/locations/:location/reclaimStorageCapacity" }, "docs": "Start reclaim storage capacity on deleted storage objects." } ] } ], "bundled": true }