IProviders.Unregister(String) Method

Definition

Unregisters provider from a subscription.

public Microsoft.Azure.Management.ResourceManager.Fluent.IProvider Unregister (string resourceProviderNamespace);
abstract member Unregister : string -> Microsoft.Azure.Management.ResourceManager.Fluent.IProvider
Public Function Unregister (resourceProviderNamespace As String) As IProvider

Parameters

resourceProviderNamespace
String

resourceProviderNamespace Namespace of the resource provider

Returns

the ProviderInner object wrapped in {@link ServiceResponse} if successful

Applies to