Condividi tramite


Proprietà AffinityGroupListResponse.AffinityGroup.Name

 

Ottiene o imposta il nome del gruppo di affinità.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Sintassi

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

Valore proprietà

Type: System.String

Nome.

Vedere anche

Classe AffinityGroupListResponse.AffinityGroup
Spazio dei nomi Microsoft.WindowsAzure.Management.Models

Torna all'inizio