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

ResourceManager.IConfigurable.Authenticate(AzureCredentials) 方法

定义

创建 IAuthentciated 实现,公开跨订阅工作的资源管理 API 入口点

public Microsoft.Azure.Management.ResourceManager.Fluent.ResourceManager.IAuthenticated Authenticate (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials credentials);
abstract member Authenticate : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials -> Microsoft.Azure.Management.ResourceManager.Fluent.ResourceManager.IAuthenticated
Public Function Authenticate (credentials As AzureCredentials) As ResourceManager.IAuthenticated

参数

credentials
AzureCredentials

要使用的凭据

返回

IAuthentciated,用于公开跨订阅的资源管理 API 入口点的 inteface

适用于