ISchedulerManagementClient.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)
Task<ResourceProviderGetPropertiesResponse> GetResourceProviderPropertiesAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<ResourceProviderGetPropertiesResponse>The Resource Provider Get Properties operation response.
Show: