VirtualMachineDiskListResponse.VirtualMachineDisk.Name Property

 

Gets or sets the name of the disk.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.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

The name.

Remarks

If a name is not specified, a unique name is assigned that is a combination of the deployment name, role name, and identifying number.

The name of the disk must contain only alphanumeric characters, underscores, periods, or dashes. The name must not be longer than 256 characters. The name must not end with period or dash.

See Also

VirtualMachineDiskListResponse.VirtualMachineDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top