SchedulerManagementClient.GetResourceProviderPropertiesAsync Method (CancellationToken)

 

Gets a list of properties for the resource provider, including supported regions and plans.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Public Function GetResourceProviderPropertiesAsync (
	cancellationToken As CancellationToken
) As Task(Of ResourceProviderGetPropertiesResponse)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The Resource Provider Get Properties operation response.

Return to top
Show: