Compartilhar via


CloudServiceGetResponse.Resource.Name Propriedade

 

Opcional. Um nome para o recurso. O nome deve ser exclusivo dentro do serviço de ID e a nuvem de assinatura.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe CloudServiceGetResponse.Resource
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo