ISettingOperations.GetAsync(String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleSettingGetResponse> GetAsync (string resourceId, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleSettingGetResponse>
Public Function GetAsync (resourceId As String, cancellationToken As CancellationToken) As Task(Of AutoscaleSettingGetResponse)

Parameters

resourceId
String

The resource ID.

cancellationToken
CancellationToken

Cancellation token.

Returns

A standard service response including an HTTP status code and request ID.

Applies to