DeploymentGetResponse.PrivateId Property

 

Gets or sets a unique identifier that is generated internally by Microsoft Azure 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

DeploymentGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top