UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 174 kB
{"openapi":"3.0.0","info":{"description":"The Azure Storage Management API.","title":"StorageManagementClient","version":"2019-04-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"storage","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.Storage/operations":{"get":{"description":"Lists all of the available Storage Rest API operations.","operationId":"Operations_List","parameters":[{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"OperationsList":{"value":"2019-04-01"}}}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"OperationsList":{"$ref":"#/components/examples/OperationsList"}}}}}},"tags":["Operations"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability":{"post":{"description":"Checks that the storage account name is valid and is not already in use.","operationId":"StorageAccounts_CheckNameAvailability","parameters":[{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountCheckNameAvailability":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountCheckNameAvailability":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountCheckNameAvailabilityParameters"}}},"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.","required":true},"responses":{"200":{"description":"OK -- Operation to check the storage account name availability was successful.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityResult"},"examples":{"StorageAccountCheckNameAvailability":{"$ref":"#/components/examples/StorageAccountCheckNameAvailability"}}}}}},"tags":["StorageAccounts"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages":{"get":{"description":"Gets the current usage count and the limit for the resources of the location under the subscription.","operationId":"Usages_ListByLocation","parameters":[{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"UsageList":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"UsageList":{"value":"{subscription-id}"}}},{"description":"The location of the Azure Storage resource.","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"UsageList":{"value":"eastus2(stage)"}}}],"responses":{"200":{"description":"OK -- current usage count and limit retrieved and returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UsageListResult"},"examples":{"UsageList":{"$ref":"#/components/examples/UsageList"}}}}}},"tags":["LocationUsage"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus":{"get":{"description":"Lists the available SKUs supported by Microsoft.Storage for given subscription.","operationId":"Skus_List","parameters":[{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"SkuList":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"SkuList":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- List of storage SKUs in the given subscription retrieved and returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageSkuListResult"},"examples":{"SkuList":{"$ref":"#/components/examples/SkuList"}}}}}},"tags":["Skus"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts":{"get":{"description":"Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.","operationId":"StorageAccounts_List","parameters":[{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountList":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountList":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- List of storage accounts was retrieved and returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountListResult"},"examples":{"StorageAccountList":{"$ref":"#/components/examples/StorageAccountList"}}}}}},"tags":["StorageAccounts"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts":{"get":{"description":"Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.","operationId":"StorageAccounts_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListByResourceGroup":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListByResourceGroup":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- List of storage accounts in the given resource group retrieved and returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountListResult"},"examples":{"StorageAccountListByResourceGroup":{"$ref":"#/components/examples/StorageAccountListByResourceGroup"}}}}}},"tags":["StorageAccounts"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}":{"delete":{"description":"Deletes a storage account in Microsoft Azure.","operationId":"StorageAccounts_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountDelete":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountDelete":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- storage account deleted successfully."},"204":{"description":"NoContent -- account does not exist in the subscription."}},"tags":["StorageAccounts"]},"get":{"description":"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.","operationId":"StorageAccounts_GetProperties","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountGetProperties":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountGetProperties":{"value":"{subscription-id}"}}},{"description":"May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats.","in":"query","name":"$expand","required":false,"x-ms-enum":{"modelAsString":false,"name":"StorageAccountExpand"},"schema":{"type":"string","enum":["geoReplicationStats"]}}],"responses":{"200":{"description":"OK -- properties retrieved successfully for the storage account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccount"},"examples":{"StorageAccountGetProperties":{"$ref":"#/components/examples/StorageAccountGetProperties"}}}}}},"tags":["StorageAccounts"]},"patch":{"description":"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 account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.","operationId":"StorageAccounts_Update","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountUpdate":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountUpdate":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountUpdateParameters"}}},"description":"The parameters to provide for the updated account.","required":true},"responses":{"200":{"description":"OK -- storage account properties updated successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccount"},"examples":{"StorageAccountUpdate":{"$ref":"#/components/examples/StorageAccountUpdate"}}}}}},"tags":["StorageAccounts"]},"put":{"description":"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.","operationId":"StorageAccounts_Create","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountCreate":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountCreate":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountCreateParameters"}}},"description":"The parameters to provide for the created account.","required":true},"responses":{"200":{"description":"OK -- returned when the storage account was already created from a previous request with the same properties specified in the request body.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccount"},"examples":{"StorageAccountCreate":{"$ref":"#/components/examples/StorageAccountCreate"}}}}},"202":{"description":"Accepted -- Create or update request accepted; operation will complete asynchronously."}},"tags":["StorageAccounts"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListAccountSas":{"post":{"description":"List SAS credentials of a storage account.","operationId":"StorageAccounts_ListAccountSAS","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListAccountSAS":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListAccountSAS":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountSasParameters"}}},"description":"The parameters to provide to list SAS credentials for the storage account.","required":true},"responses":{"200":{"description":"OK -- returned the account SAS created for the storage account requested.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAccountSasResponse"},"examples":{"StorageAccountListAccountSAS":{"$ref":"#/components/examples/StorageAccountListAccountSAS"}}}}}},"tags":["StorageAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListServiceSas":{"post":{"description":"List service SAS credentials of a specific resource.","operationId":"StorageAccounts_ListServiceSAS","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListServiceSAS":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListServiceSAS":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceSasParameters"}}},"description":"The parameters to provide to list service SAS credentials.","required":true},"responses":{"200":{"description":"OK -- returned the service SAS created for the storage service requested.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListServiceSasResponse"},"examples":{"StorageAccountListServiceSAS":{"$ref":"#/components/examples/StorageAccountListServiceSAS"}}}}}},"tags":["StorageAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover":{"post":{"description":"Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover.","operationId":"StorageAccounts_Failover","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountCreate":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountCreate":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- Returned when the storage account failover is completed, and the secondary cluster has become primary."},"202":{"description":"Accepted -- Failover request accepted; operation will complete asynchronously."}},"tags":["StorageAccounts"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys":{"post":{"description":"Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.","operationId":"StorageAccounts_ListKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListKeys":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountListKeys":{"value":"{subscription-id}"}}},{"description":"Specifies type of the key to be listed. Possible value is kerb.","in":"query","name":"$expand","required":false,"x-ms-enum":{"name":"ListKeyExpand"},"schema":{"type":"string","enum":["kerb"]}}],"responses":{"200":{"description":"OK -- list of keys retrieved and returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountListKeysResult"},"examples":{"StorageAccountListKeys":{"$ref":"#/components/examples/StorageAccountListKeys"}}}}}},"tags":["StorageAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}":{"delete":{"description":"Deletes the managementpolicy associated with the specified storage account.","operationId":"ManagementPolicies_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountDeleteManagementPolicies":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountDeleteManagementPolicies":{"value":"{subscription-id}"}}},{"$ref":"#/components/parameters/ManagementPolicyName"}],"responses":{"200":{"description":"OK -- Delete the managementpolicy successfully."},"204":{"description":"No Content -- The managementpolicy does not exist."}},"tags":["ManagementPolicies"]},"get":{"description":"Gets the managementpolicy associated with the specified storage account.","operationId":"ManagementPolicies_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountGetManagementPolicies":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountGetManagementPolicies":{"value":"{subscription-id}"}}},{"$ref":"#/components/parameters/ManagementPolicyName"}],"responses":{"200":{"description":"OK -- Get the managementpolicy successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagementPolicy"},"examples":{"StorageAccountGetManagementPolicies":{"$ref":"#/components/examples/StorageAccountGetManagementPolicies"}}}}}},"tags":["ManagementPolicies"]},"put":{"description":"Sets the managementpolicy to the specified storage account.","operationId":"ManagementPolicies_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountSetManagementPolicies":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountSetManagementPolicies":{"value":"{subscription-id}"}}},{"$ref":"#/components/parameters/ManagementPolicyName"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagementPolicy"}}},"description":"The ManagementPolicy set to a storage account.","required":true},"responses":{"200":{"description":"OK -- Put managementpolicy successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagementPolicy"},"examples":{"StorageAccountSetManagementPolicies":{"$ref":"#/components/examples/StorageAccountSetManagementPolicies"}}}}}},"tags":["ManagementPolicies"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey":{"post":{"description":"Regenerates one of the access keys or Kerberos keys for the specified storage account.","operationId":"StorageAccounts_RegenerateKey","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/StorageAccountName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountRegenerateKerbKey":{"value":"2019-04-01"},"StorageAccountRegenerateKey":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountRegenerateKerbKey":{"value":"{subscription-id}"},"StorageAccountRegenerateKey":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountRegenerateKeyParameters"}}},"description":"Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2.","required":true},"responses":{"200":{"description":"OK -- specified key regenerated successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountListKeysResult"},"examples":{"StorageAccountRegenerateKerbKey":{"$ref":"#/components/examples/StorageAccountRegenerateKerbKey"},"StorageAccountRegenerateKey":{"$ref":"#/components/examples/StorageAccountRegenerateKey"}}}}}},"tags":["StorageAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/revokeUserDelegationKeys":{"post":{"description":"Revoke user delegation keys.","operationId":"StorageAccounts_RevokeUserDelegationKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupName"},{"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.","in":"path","name":"accountName","required":true,"schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"StorageAccountRevokeUserDelegationKeys":{"value":"sto3539"}}},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountRevokeUserDelegationKeys":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"StorageAccountRevokeUserDelegationKeys":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- revoke user delegation keys succeeded."}},"tags":["StorageAccounts"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"OperationsList":{"value":{"value":[{"display":{"description":"Creates a storage account with the specified parameters or update the properties or tags or adds custom domain for the specified storage account.","operation":"Create/Update Storage Account","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/write"},{"display":{"description":"Deletes an existing storage account.","operation":"Delete Storage Account","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/delete"},{"display":{"description":"Returns the access keys for the specified storage account.","operation":"List Storage Account Keys","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/listkeys/action"},{"display":{"description":"Regenerates the access keys for the specified storage account.","operation":"Regenerate Storage Account Keys","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/regeneratekey/action"},{"display":{"description":"Checks that account name is valid and is not in use.","operation":"Check Name Availability","provider":"Microsoft Storage","resource":"Name Availability"},"name":"Microsoft.Storage/checknameavailability/read"},{"display":{"description":"Returns the list of storage accounts or gets the properties for the specified storage account.","operation":"List/Get Storage Account(s)","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/read"},{"display":{"description":"Returns the limit and the current usage count for resources in the specified subscription","operation":"Get Subscription Usages","provider":"Microsoft Storage","resource":"Usage Metrics"},"name":"Microsoft.Storage/usages/read"},{"display":{"description":"Returns the Account SAS token for the specified storage account.","operation":"Returns Storage Account SAS Token","provider":"Microsoft Storage","resource":"Storage Account SAS Token"},"name":"Microsoft.Storage/storageAccounts/listAccountSas/action"},{"display":{"description":"Storage Service SAS Token","operation":"Returns Storage Service SAS Token","provider":"Microsoft Storage","resource":"Returns the Service SAS token for the specified storage account."},"name":"Microsoft.Storage/storageAccounts/listServiceSas/action"},{"display":{"description":"Notifies Microsoft.Storage that virtual network or subnet is being deleted","operation":"Delete virtual network or subnets notifications","provider":"Microsoft Storage","resource":"Location"},"name":"Microsoft.Storage/locations/deleteVirtualNetworkOrSubnets/action"},{"display":{"description":"Polls the status of an asynchronous operation.","operation":"Poll Asynchronous Operation","provider":"Microsoft Storage","resource":"Operations"},"name":"Microsoft.Storage/operations/read"},{"display":{"description":"Registers the subscription for the storage resource provider and enables the creation of storage accounts.","operation":"Registers the Storage Resource Provider","provider":"Microsoft Storage","resource":"Storage Resource Provider"},"name":"Microsoft.Storage/register/action"},{"display":{"description":"Lists the Skus supported by Microsoft.Storage.","operation":"List Skus","provider":"Microsoft Storage","resource":"Skus"},"name":"Microsoft.Storage/skus/read"},{"display":{"description":"Create/Update storage account diagnostic settings.","operation":"Create/Update Diagnostic Settings","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/services/diagnosticSettings/write"},{"display":{"description":"Get list of Microsoft Storage Metrics definitions.","operation":"Get list of Microsoft Storage Metrics definitions","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/metricDefinitions/read","origin":"system","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Average","category":"Capacity","displayDescription":"Account used capacity","displayName":"Used capacity","fillGapWithZero":false,"name":"UsedCapacity","resourceIdDimensionNameOverride":"AccountResourceId","unit":"Bytes"}]}}},{"display":{"description":"Gets the diagnostic setting for the resource.","operation":"Read diagnostic setting","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/read","origin":"system"},{"display":{"description":"Creates or updates the diagnostic setting for the resource.","operation":"Write diagnostic setting","provider":"Microsoft Storage","resource":"Storage Accounts"},"name":"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"},{"display":{"description":"Get list of Microsoft Storage Metrics definitions.","operation":"Get list of Microsoft Storage Metrics definitions","provider":"Microsoft Storage","resource":"Blob service"},"name":"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/metricDefinitions/read","origin":"system","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Average","category":"Capacity","dimensions":[{"displayName":"Blob type","name":"BlobType"}],"displayDescription":"The amount of storage used by the storage account’s Blob service in bytes.","displayName":"Blob Capacity","fillGapWithZero":false,"name":"BlobCapacity","unit":"Bytes"},{"aggregationType":"Average","category":"Capacity","dimensions":[{"displayName":"Blob type","name":"BlobType"}],"displayDescription":"The number of Blob in the storage account’s Blob service.","displayName":"Blob Count","fillGapWithZero":false,"name":"BlobCount","unit":"Count"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The number of containers in the storage account’s Blob service.","displayName":"Blob Container Count","fillGapWithZero":false,"name":"ContainerCount","unit":"Count"},{"aggregationType":"Average","category":"Capacity","dimensions":[{"displayName":"Blob type","name":"BlobType"}],"displayDescription":"The amount of storage provisioned in the storage account’s Blob service in bytes.","displayName":"Blob Provisioned Size","fillGapWithZero":false,"name":"BlobProvisionedSize","unit":"Bytes"}]}}},{"display":{"description":"Gets the diagnostic setting for the resource.","operation":"Read diagnostic setting","provider":"Microsoft Storage","resource":"Blob service"},"name":"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/read","origin":"system"},{"display":{"description":"Creates or updates the diagnostic setting for the resource.","operation":"Write diagnostic setting","provider":"Microsoft Storage","resource":"Blob service"},"name":"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"},{"display":{"description":"Get list of Microsoft Storage Metrics definitions.","operation":"Get list of Microsoft Storage Metrics definitions","provider":"Microsoft Storage","resource":"Table service"},"name":"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/metricDefinitions/read","origin":"system","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Average","category":"Capacity","displayDescription":"The amount of storage used by the storage account’s Table service in bytes.","displayName":"Table Capacity","fillGapWithZero":false,"name":"TableCapacity","unit":"Bytes"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The number of table in the storage account’s Table service.","displayName":"Table Count","fillGapWithZero":false,"name":"TableCount","unit":"Count"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The number of table entities in the storage account’s Table service.","displayName":"Table Entity Count","fillGapWithZero":false,"name":"TableEntityCount","unit":"Count"}]}}},{"display":{"description":"Gets the diagnostic setting for the resource.","operation":"Read diagnostic setting","provider":"Microsoft Storage","resource":"Table service"},"name":"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/read","origin":"system"},{"display":{"description":"Creates or updates the diagnostic setting for the resource.","operation":"Write diagnostic setting","provider":"Microsoft Storage","resource":"Table service"},"name":"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"},{"display":{"description":"Get list of Microsoft Storage Metrics definitions.","operation":"Get list of Microsoft Storage Metrics definitions","provider":"Microsoft Storage","resource":"Queue service"},"name":"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/metricDefinitions/read","origin":"system","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Average","category":"Capacity","displayDescription":"The amount of storage used by the storage account’s Queue service in bytes.","displayName":"Queue Capacity","fillGapWithZero":false,"name":"QueueCapacity","unit":"Bytes"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The number of queue in the storage account’s Queue service.","displayName":"Queue Count","fillGapWithZero":false,"name":"QueueCount","unit":"Count"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The approximate number of queue messages in the storage account’s Queue service.","displayName":"Queue Message Count","fillGapWithZero":false,"name":"QueueMessageCount","unit":"Count"}]}}},{"display":{"description":"Gets the diagnostic setting for the resource.","operation":"Read diagnostic setting","provider":"Microsoft Storage","resource":"Queue service"},"name":"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/read","origin":"system"},{"display":{"description":"Creates or updates the diagnostic setting for the resource.","operation":"Write diagnostic setting","provider":"Microsoft Storage","resource":"Queue service"},"name":"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"},{"display":{"description":"Get list of Microsoft Storage Metrics definitions.","operation":"Get list of Microsoft Storage Metrics definitions","provider":"Microsoft Storage","resource":"File service"},"name":"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/metricDefinitions/read","origin":"system","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Average","category":"Capacity","displayDescription":"The amount of storage used by the storage account’s File service in bytes.","displayName":"File Capacity","fillGapWithZero":false,"name":"FileCapacity","unit":"Bytes"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The amount of storage provisioned in the storage account’s File service in bytes.","displayName":"File Provisioned Size","fillGapWithZero":false,"name":"FileProvisionedSize","unit":"Bytes"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The number of file in the storage account’s File service.","displayName":"File Count","fillGapWithZero":false,"name":"FileCount","unit":"Count"},{"aggregationType":"Average","category":"Capacity","displayDescription":"The number of file shares in the storage account’s File service.","displayName":"File Share Count","fillGapWithZero":false,"name":"FileShareCount","unit":"Count"}]}}},{"display":{"description":"Gets the diagnostic setting for the resource.","operation":"Read diagnostic setting","provider":"Microsoft Storage","resource":"File service"},"name":"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/read","origin":"system"},{"display":{"description":"Creates or updates the diagnostic setting for the resource.","operation":"Write diagnostic setting","provider":"Microsoft Storage","resource":"File service"},"name":"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"}]}},"StorageAccountCheckNameAvailability":{"value":{"nameAvailable":true}},"UsageList":{"value":{"value":[{"currentValue":55,"limit":250,"name":{"localizedValue":"Storage Accounts","value":"StorageAccounts"},"unit":"Count"}]}},"SkuList":{"value":{"value":[{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus"],"name":"Standard_ZRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus"],"name":"Premium_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Premium"},{"capabilities":[{"name":"supportsarchivepreview","value":"false"},{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["eastus"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["eastus"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["eastus"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus2"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus2"],"name":"Standard_ZRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus2"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus2"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus2"],"name":"Premium_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Premium"},{"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["eastus2"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["eastus2"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["eastus2"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"true"}],"kind":"Storage","locations":["eastus2(stage)"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"true"}],"kind":"Storage","locations":["eastus2(stage)"],"name":"Standard_ZRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"true"}],"kind":"Storage","locations":["eastus2(stage)"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["eastus2(stage)"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsnetworkacls","value":"true"}],"kind":"Storage","locations":["eastus2(stage)"],"name":"Premium_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Premium"},{"capabilities":[{"name":"supportsarchivepreview","value":"false"},{"name":"supportschangenotification","value":"true"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"true"}],"kind":"BlobStorage","locations":["eastus2(stage)"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"true"}],"kind":"BlobStorage","locations":["eastus2(stage)"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["eastus2(stage)"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westus"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westus"],"name":"Standard_ZRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westus"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westus"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westus"],"name":"Premium_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Premium"},{"capabilities":[{"name":"supportsarchivepreview","value":"false"},{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["westus"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["westus"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportschangenotification","value":"false"},{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"false"}],"kind":"BlobStorage","locations":["westus"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westeurope"],"name":"Standard_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westeurope"],"name":"Standard_ZRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westeurope"],"name":"Standard_GRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westeurope"],"name":"Standard_RAGRS","resourceType":"storageAccounts","restrictions":[],"tier":"Standard"},{"capabilities":[{"name":"supportsfileencryption","value":"false"},{"name":"supportshoeboxcapacitymetrics","value":"false"},{"name":"supportsnetworkacls","value":"false"}],"kind":"Storage","locations":["westeurope"],"name":"Premium_LRS","resourceType":"storageAccounts","restrictions":[],"tier":"Premium"}