Compartilhar via


CloudServiceListResponse.CloudService.AddOnResource.Name Propriedade

 

Opcional. O nome da entrada do usuário deste item.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.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 CloudServiceListResponse.CloudService.AddOnResource
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models

Retornar ao topo