ISettingOperations.GetAsync Method (String, CancellationToken)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Function GetAsync (
	resourceId As String,
	cancellationToken As CancellationToken
) As Task(Of AutoscaleSettingGetResponse)

Parameters

resourceId
Type: System.String

The resource ID.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of AutoscaleSettingGetResponse)

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

Return to top
Show: