Share via


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)

Syntax

public Task<ResourceProviderGetPropertiesResponse> GetResourceProviderPropertiesAsync(
    CancellationToken cancellationToken
)
public:
virtual Task<ResourceProviderGetPropertiesResponse^>^ GetResourceProviderPropertiesAsync(
    CancellationToken cancellationToken
) sealed
abstract GetResourceProviderPropertiesAsync : 
        cancellationToken:CancellationToken -> Task<ResourceProviderGetPropertiesResponse>
override GetResourceProviderPropertiesAsync : 
        cancellationToken:CancellationToken -> Task<ResourceProviderGetPropertiesResponse>
Public 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.

Implements

ISchedulerManagementClient.GetResourceProviderPropertiesAsync(CancellationToken)

See Also

SchedulerManagementClient Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top