Basic info
- Title
- StorageManagementClient API 2016-01-01
- Image
- /file/setup~cross_shared_collection/57b1ee9bad9815587a000549/image/
- Name
- storage_management_client_api_2016_01_01
- Summary
- The Storage Management Client.
- Readme
-
These collection have been automatically generated from a swagger specification
- Categories
-
Id Title Description Updated at cloud Cloud On-demand computing, storage and hosting December 01, 2016 17:06 1 Categories -
Name Email Cenit Team support@cenit.io 1 Cross collection authors - Pull count
- 0
- Id
- 57b1ee9bad9815587a000549
- Created at
- August 15, 2016 16:32
- Updated at
- December 02, 2016 02:08
Compute
- Snippets
-
Namespace Name Type Description Updated at StorageManagementClient API 2016-01-01 CheckNameAvailabilityResult.json Auto detect - - StorageManagementClient API 2016-01-01 CustomDomain.json Auto detect - - StorageManagementClient API 2016-01-01 Encryption.json Auto detect - - StorageManagementClient API 2016-01-01 EncryptionService.json Auto detect - - StorageManagementClient API 2016-01-01 EncryptionServices.json Auto detect - - StorageManagementClient API 2016-01-01 Endpoints.json Auto detect - - StorageManagementClient API 2016-01-01 Resource.json Auto detect - - StorageManagementClient API 2016-01-01 Sku.json Auto detect - - StorageManagementClient API 2016-01-01 StorageAccount.json Auto detect - - StorageManagementClient API 2016-01-01 StorageAccountCheckNameAvailabilityParameters.json Auto detect - - 24 Snippets (showing 10)
Connectors
- Connections
-
Namespace Name Url Key Token Authorization Updated at StorageManagementClient API 2016-01-01 Connection https://management.azure.com - 1 Connections - Webhooks
-
Namespace Name Path Method Description Authorization Updated at StorageManagementClient API 2016-01-01 POST Subscriptions {subscriptionid} Providers Microsoft.storage Checknameavailability /subscriptions/{{subscriptionId}}/providers/Microsoft.Storage/checkNameAvailability post Checks that account name is valid and is not in use. - StorageManagementClient API 2016-01-01 GET Subscriptions {subscriptionid} Providers Microsoft.storage Storageaccounts /subscriptions/{{subscriptionId}}/providers/Microsoft.Storage/storageAccounts get Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. - StorageManagementClient API 2016-01-01 GET Subscriptions {subscriptionid} Providers Microsoft.storage Usages /subscriptions/{{subscriptionId}}/providers/Microsoft.Storage/usages get Gets the current usage count and the limit for the resources under the subscription. - StorageManagementClient API 2016-01-01 GET Subscriptions {subscriptionid} Resourcegroups {resourcegroupname} Providers Microsoft.storage Storageaccounts /subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroupName}}/providers/Microsoft.Storage/storageAccounts get Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. - StorageManagementClient API 2016-01-01 DELETE Subscriptions {subscriptionid} Resourcegroups {resourcegroupname} Providers Microsoft.storage Storageaccounts {accountname} /subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroupName}}/providers/Microsoft.Storage/storageAccounts/{{accountName}} delete Deletes a storage account in Microsoft Azure. - StorageManagementClient API 2016-01-01 GET Subscriptions {subscriptionid} Resourcegroups {resourcegroupname} Providers Microsoft.storage Storageaccounts {accountname} /subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroupName}}/providers/Microsoft.Storage/storageAccounts/{{accountName}} get Returns the properties for the specified storage account including but not limited to name, account type, location, and account status. The ListKeys operation should be used to retrieve storage keys. - StorageManagementClient API 2016-01-01 PATCH Subscriptions {subscriptionid} Resourcegroups {resourcegroupname} Providers Microsoft.storage Storageaccounts {accountname} /subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroupName}}/providers/Microsoft.Storage/storageAccounts/{{accountName}} patch The update operation can be used to update the account type, encryption, 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 and. 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 may be set. Update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation. - StorageManagementClient API 2016-01-01 PUT Subscriptions {subscriptionid} Resourcegroups {resourcegroupname} Providers Microsoft.storage Storageaccounts {accountname} /subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroupName}}/providers/Microsoft.Storage/storageAccounts/{{accountName}} put Asynchronously creates a new storage account with the specified parameters. If an account is already created and subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and subsequent create or update request is issued with exact same set of properties, the request will succeed. - StorageManagementClient API 2016-01-01 POST Subscriptions {subscriptionid} Resourcegroups {resourcegroupname} Providers Microsoft.storage Storageaccounts {accountname} Listkeys /subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroupName}}/providers/Microsoft.Storage/storageAccounts/{{accountName}}/listKeys post Lists the access keys for the specified storage account. - StorageManagementClient API 2016-01-01 POST Subscriptions {subscriptionid} Resourcegroups {resourcegroupname} Providers Microsoft.storage Storageaccounts {accountname} Regeneratekey /subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroupName}}/providers/Microsoft.Storage/storageAccounts/{{accountName}}/regenerateKey post Regenerates the access keys for the specified storage account. - 10 Webhooks - Connection Roles
-
Namespace Name Webhooks Connections Updated at StorageManagementClient API 2016-01-01 HTTPS Connections - 1 Connection Roles
Data
- Data Types
-
Namespace Name Slug Type Storage size Updated at StorageManagementClient API 2016-01-01 CheckNameAvailabilityResult check_name_availability_result Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 CustomDomain custom_domain Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 Encryption encryption Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 EncryptionService encryption_service Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 EncryptionServices encryption_services Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 Endpoints endpoints Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 Resource resource Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 Sku sku Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 StorageAccount storage_account Json Data Type 0 Bytes - StorageManagementClient API 2016-01-01 StorageAccountCheckNameAvailabilityParameters storage_account_check_name_availability_parameters Json Data Type 0 Bytes - 24 Data Types (showing 10)
Config
- Namespaces
-
Name Slug Updated at StorageManagementClient API 2016-01-01 storage_management_client_api_2016_01_01 - 1 Namespaces