StorageAccountCreateParameters.Name Property
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: https://ServiceName.blob.core.windows.net/mycontainer/.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Syntax
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Property Value
Type: System.String
See Also
StorageAccountCreateParameters Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace
Return to top