SchedulerManagementClientExtensions.RegisterResourceProviderAsync 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)

<ExtensionAttribute>
Public Shared Function RegisterResourceProviderAsync (
	operations As ISchedulerManagementClient
) As Task(Of AzureOperationResponse)

Parameters

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

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

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

A standard service response including an HTTP status code and request ID.

Return to top
Show: