SchedulerManagementClient.GetResourceProviderPropertiesAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse> GetResourceProviderPropertiesAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetResourceProviderPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse>
override this.GetResourceProviderPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse>
Public Function GetResourceProviderPropertiesAsync (cancellationToken As CancellationToken) As Task(Of ResourceProviderGetPropertiesResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The Resource Provider Get Properties operation response.

Implements

Applies to