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)
Syntax
public static Task<ResourceProviderGetPropertiesResponse> GetResourceProviderPropertiesAsync(
this ISchedulerManagementClient operations
)
public:
[ExtensionAttribute]
static Task<ResourceProviderGetPropertiesResponse^>^ GetResourceProviderPropertiesAsync(
ISchedulerManagementClient^ operations
)
static member GetResourceProviderPropertiesAsync :
operations:ISchedulerManagementClient -> Task<ResourceProviderGetPropertiesResponse>
<ExtensionAttribute>
Public Shared Function GetResourceProviderPropertiesAsync (
operations As ISchedulerManagementClient
) As Task(Of ResourceProviderGetPropertiesResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClientReference to the Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
Return Value
Type: System.Threading.Tasks.Task<ResourceProviderGetPropertiesResponse>
The Resource Provider Get Properties operation response.
See Also
SchedulerManagementClientExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace
Return to top