SettingsOperationsExtensions.GetAsync Method (ISettingsOperations, String)
Gets a setting.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
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)
Parameters
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperationsReference to the Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
settingId
Type: System.StringRequired. The setting identifier.
Return Value
Type: System.Threading.Tasks.Task<SettingsGetResponse>
The get setting operation response.
See Also
SettingsOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top