VirtualMachineDiskCreateResponse.VirtualMachineDiskUsageDetails.HostedServiceName Property

 

Optional. The hosted service 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 HostedServiceName { get; set; }
public:
property String^ HostedServiceName {
    String^ get();
    void set(String^ value);
}
member HostedServiceName : string with get, set
Public Property HostedServiceName As String

Property Value

Type: System.String

See Also

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

Return to top