你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IProviders.UnregisterAsync(String, CancellationToken) 方法

定义

从订阅中注销提供程序。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider> UnregisterAsync (string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default);
abstract member UnregisterAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider>
Public Function UnregisterAsync (resourceProviderNamespace As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IProvider)

参数

resourceProviderNamespace
String

resourceProviderNamespace 资源提供程序的命名空间

cancellationToken
CancellationToken

返回

如果成功,则包装在 {@link ServiceResponse} 中的 ProviderInner 对象

适用于