Microsoft.WindowsAzure.Management.Storage.Models Namespace

 

The Microsoft.WindowsAzure.Management.Storage.Models namespace contains classes that provides information and settings for managing service accounts.

Classes

Class Description
System_CAPS_pubclass CheckNameAvailabilityResponse

Represents the response to whether a storage account name is available to use.

System_CAPS_pubclass GeoRegionNames

Specifies the geographical region in which a storage account exists.

System_CAPS_pubclass StorageAccount

A Storage Service associated with your subscription.

System_CAPS_pubclass StorageAccountCreateParameters

Represents the parameters that are used to create a storage account.

System_CAPS_pubclass StorageAccountGetKeysResponse

Represents the primary and secondary access keys for a storage account.

System_CAPS_pubclass StorageAccountGetResponse

The Get Storage Account Properties operation response.

System_CAPS_pubclass StorageAccountListResponse

The List Storage Accounts operation response.

System_CAPS_pubclass StorageAccountProperties

Details about a storage account.

System_CAPS_pubclass StorageAccountRegenerateKeysParameters

Represents the parameters that are used to regenerate access keys for a storage account.

System_CAPS_pubclass StorageAccountRegenerateKeysResponse

Represents the primary and secondary access keys for a storage account.

System_CAPS_pubclass StorageAccountTypes

Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage. Possible values are:'Standard_LRS', 'Standard_ZRS', 'Standard_GRS', and 'Standard_RAGRS'.

System_CAPS_pubclass StorageAccountUpdateParameters

Represents the parameters that are used to the update a storage account.

Enumerations

Enumeration Description
System_CAPS_pubenum GeoRegionStatus

Specifies the status of geographical region in which a storage account exists.

System_CAPS_pubenum StorageAccountStatus

The status of the storage account at the time the operation was called.

System_CAPS_pubenum StorageKeyType

Specifies the type of a storage key.

Return to top