ProviderOperationsExtensions.UnregisterAsync Method

Definition

Unregisters provider from a subscription.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderUnregistionResult> UnregisterAsync (this Microsoft.Azure.Management.Resources.IProviderOperations operations, string resourceProviderNamespace);
static member UnregisterAsync : Microsoft.Azure.Management.Resources.IProviderOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderUnregistionResult>
<Extension()>
Public Function UnregisterAsync (operations As IProviderOperations, resourceProviderNamespace As String) As Task(Of ProviderUnregistionResult)

Parameters

operations
IProviderOperations

Reference to the Microsoft.Azure.Management.Resources.IProviderOperations.

resourceProviderNamespace
String

Required. Namespace of the resource provider.

Returns

Resource provider registration information.

Applies to