StorageAccount.Name Property

Definition

Optional. The name of the storage account. This name is the DNS prefix name and can be used to access blobs, queues, and tables in the storage account. For example, if the service name is MyStorageAccount, you could access the blob containers by calling: http://MyStorageAccount.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