Condividi tramite


Metodo SettingsOperationsExtensions.GetAsync (ISettingsOperations, String)

 

Ottiene un'impostazione.

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

Sintassi

public static Task<SettingsGetResponse> GetAsync(
    this ISettingsOperations operations,
    string settingId
)
public:
[ExtensionAttribute]
static Task<SettingsGetResponse^>^ GetAsync(
    ISettingsOperations^ operations,
    String^ settingId
)
static member GetAsync : 
        operations:ISettingsOperations *
        settingId:string -> Task<SettingsGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As ISettingsOperations,
    settingId As String
) As Task(Of SettingsGetResponse)

Parametri

  • settingId
    Type: System.String

    Obbligatorio. L'identificatore di impostazione.

Valore restituito

Type: System.Threading.Tasks.Task<SettingsGetResponse>

La risposta dell'operazione get impostazione.

Vedere anche

Classe SettingsOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio