DeploymentDeleteRoleInstanceParameters.Name Property

 

Optional. The names of role instances to delete from the deployment

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<String>

See Also

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

Return to top