Share via


VirtualMachineDiskListResponse.VirtualMachineDiskUsageDetails.DeploymentName Property

 

Gets or sets the name of the deployment that is using the disk.

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

Syntax

public string DeploymentName { get; set; }
public:
property String^ DeploymentName {
    String^ get();
    void set(String^ value);
}
member DeploymentName : string with get, set
Public Property DeploymentName As String

Property Value

Type: System.String

The name.

See Also

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

Return to top