Share via


ISchedulerManagementClient.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)

Syntax

Task<ResourceProviderGetPropertiesResponse> GetResourceProviderPropertiesAsync(
    CancellationToken cancellationToken
)
Task<ResourceProviderGetPropertiesResponse^>^ GetResourceProviderPropertiesAsync(
    CancellationToken cancellationToken
)
abstract GetResourceProviderPropertiesAsync : 
        cancellationToken:CancellationToken -> Task<ResourceProviderGetPropertiesResponse>
Function GetResourceProviderPropertiesAsync (
    cancellationToken As CancellationToken
) As Task(Of ResourceProviderGetPropertiesResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<ResourceProviderGetPropertiesResponse>

The Resource Provider Get Properties operation response.

See Also

ISchedulerManagementClient Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top