ISettingOperations.GetAsync Method (String, CancellationToken)
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
Task<AutoscaleSettingGetResponse> GetAsync(
string resourceId,
CancellationToken cancellationToken
)
Task<AutoscaleSettingGetResponse^>^ GetAsync(
String^ resourceId,
CancellationToken cancellationToken
)
abstract GetAsync :
resourceId:string *
cancellationToken:CancellationToken -> Task<AutoscaleSettingGetResponse>
Function GetAsync (
resourceId As String,
cancellationToken As CancellationToken
) As Task(Of AutoscaleSettingGetResponse)
Parameters
resourceId
Type: System.StringThe resource ID.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AutoscaleSettingGetResponse>
A standard service response including an HTTP status code and request ID.
See Also
ISettingOperations Interface
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace
Return to top