Compartilhar via


DeploymentDeleteRoleInstanceParameters.Name Propriedade

 

Opcional. Os nomes de instâncias de função para excluir da implantação

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

Sintaxe

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)

Valor de propriedade

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

Consulte também

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

Retornar ao topo