Share via


SchedulerManagementClientExtensions.UnregisterResourceProvider Method (ISchedulerManagementClient)

 

Unregister 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 UnregisterResourceProvider(
    this ISchedulerManagementClient operations
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ UnregisterResourceProvider(
    ISchedulerManagementClient^ operations
)
static member UnregisterResourceProvider : 
        operations:ISchedulerManagementClient -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function UnregisterResourceProvider (
    operations As ISchedulerManagementClient
) As AzureOperationResponse

Parameters

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