HostedServiceGetDetailedResponse.Deployment.PrivateId Property

 

Gets or sets the unique identifier for the deployment.

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

Syntax

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

Property Value

Type: System.String

The unique identifier.

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top