VirtualMachineDiskCreateResponse.VirtualMachineDiskUsageDetails.DeploymentName Property
Optional. The deployment in which the disk is being used.
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
See Also
VirtualMachineDiskCreateResponse.VirtualMachineDiskUsageDetails Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top