ProvidersOperationsExtensions.Unregister(IProvidersOperations, String) メソッド

定義

リソース プロバイダーからサブスクリプションの登録を解除します。

public static Microsoft.Azure.Management.ResourceManager.Models.Provider Unregister (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace);
static member Unregister : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string -> Microsoft.Azure.Management.ResourceManager.Models.Provider
<Extension()>
Public Function Unregister (operations As IProvidersOperations, resourceProviderNamespace As String) As Provider

パラメーター

operations
IProvidersOperations

この拡張メソッドの操作グループ。

resourceProviderNamespace
String

登録を解除するリソース プロバイダーの名前空間。

戻り値

適用対象