SchedulerManagementClientExtensions.GetResourceProviderProperties 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 ResourceProviderGetPropertiesResponse GetResourceProviderProperties(
    this ISchedulerManagementClient operations
)
public:
[ExtensionAttribute]
static ResourceProviderGetPropertiesResponse^ GetResourceProviderProperties(
    ISchedulerManagementClient^ operations
)
static member GetResourceProviderProperties : 
        operations:ISchedulerManagementClient -> ResourceProviderGetPropertiesResponse
<ExtensionAttribute>
Public Shared Function GetResourceProviderProperties (
    operations As ISchedulerManagementClient
) As ResourceProviderGetPropertiesResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse

The Resource Provider Get Properties operation response.

See Also

SchedulerManagementClientExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top