SchedulerManagementClientExtensions::GetResourceProviderPropertiesAsync Method (ISchedulerManagementClient^)

 

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)

public:
[ExtensionAttribute]
static Task<ResourceProviderGetPropertiesResponse^>^ GetResourceProviderPropertiesAsync(
	ISchedulerManagementClient^ operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Scheduler::ISchedulerManagementClient^

Reference to the Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.

Return Value

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

The Resource Provider Get Properties operation response.

Return to top
Show: