StorageAccountCreateParameters.Name Property

Definition

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/.

public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Property Value

Applies to