SchedulerManagementClientExtensions.UnregisterResourceProviderAsync 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 Task<AzureOperationResponse> UnregisterResourceProviderAsync(
this ISchedulerManagementClient operations
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ UnregisterResourceProviderAsync(
ISchedulerManagementClient^ operations
)
static member UnregisterResourceProviderAsync :
operations:ISchedulerManagementClient -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function UnregisterResourceProviderAsync (
operations As ISchedulerManagementClient
) As Task(Of AzureOperationResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClientReference to the Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
Return Value
Type: System.Threading.Tasks.Task<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