ISettingsOperations.GetAsync Method (String, CancellationToken)
Gets a setting.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<SettingsGetResponse> GetAsync(
string settingId,
CancellationToken cancellationToken
)
Parameters
- settingId
-
Type:
System.String
The setting identifier.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<SettingsGetResponse>The get setting operation response.
Show: