StorageAccountCreateParameters Class

 

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

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

System.Object
  Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountCreateParameters

type StorageAccountCreateParameters = class end

NameDescription
System_CAPS_pubmethodStorageAccountCreateParameters()

Initializes a new instance of the StorageAccountCreateParameters class.

System_CAPS_pubmethodStorageAccountCreateParameters(String, String)

Initializes a new instance of the StorageAccountCreateParameters class with required arguments.

NameDescription
System_CAPS_pubpropertyAccountType

Optional. 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_pubpropertyAffinityGroup

Gets or sets the name of an affinity group to which a storage account is associated.

System_CAPS_pubpropertyDescription

Gets or sets the description for a storage account.

System_CAPS_pubpropertyExtendedProperties

Gets or sets a collection of properties that are added to the storage account.

System_CAPS_pubpropertyLabel

Gets or sets a base-64 encoded name for a storage account.

System_CAPS_pubpropertyLocation

Gets or sets the location where a storage account is created.

System_CAPS_pubpropertyName

Required. A name for the storage account, unique within Azure. Storage account names must be between 3 and 24 characters in length, and must use numbers and lower-case letters only. This name is the DNS prefix name and can be used to access blobs, queues, and tables in the storage account. For example: http://ServiceName.blob.core.windows.net/mycontainer/.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: