Sdílet prostřednictvím


ProviderOperationsExtensions.Unregister(IProviderOperations, String) Method

Definition

Unregisters provider from a subscription.

public static Microsoft.Azure.Management.Resources.Models.ProviderUnregistionResult Unregister (this Microsoft.Azure.Management.Resources.IProviderOperations operations, string resourceProviderNamespace);
static member Unregister : Microsoft.Azure.Management.Resources.IProviderOperations * string -> Microsoft.Azure.Management.Resources.Models.ProviderUnregistionResult
<Extension()>
Public Function Unregister (operations As IProviderOperations, resourceProviderNamespace As String) As 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