DeploymentCreateParameters.Name Property

 

Gets or sets the name of the deployment.

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

Syntax

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

Property Value

Type: System.String

The name of the deployment.

Remarks

The deployment name must be unique among other deployments for the cloud service.

See Also

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

Return to top