SchedulerManagementClient.GetResourceProviderPropertiesAsync Method (CancellationToken)
Gets a list of properties for the resource provider, including supported regions and plans.
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.
Show: