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

IProviders.RegisterAsync(String, CancellationToken) 方法

定义

在订阅中注册要使用的提供程序。

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

参数

resourceProviderNamespace
String

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

cancellationToken
CancellationToken

返回

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

适用于