SchedulerManagementClientExtensions.RegisterResourceProvider Method (ISchedulerManagementClient)
Register the Scheduler resource provider with your subscription.
Namespace: Microsoft.WindowsAzure.Management.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public static AzureOperationResponse RegisterResourceProvider(
this ISchedulerManagementClient operations
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ RegisterResourceProvider(
ISchedulerManagementClient^ operations
)
static member RegisterResourceProvider :
operations:ISchedulerManagementClient -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function RegisterResourceProvider (
operations As ISchedulerManagementClient
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClientReference to the Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
SchedulerManagementClientExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace
Return to top