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

ContextModelExtensions.WithTenant(IAzureContext, IAzureTenant) Method

Definition

public static Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext WithTenant (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext context, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant tenant);
static member WithTenant : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant -> Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext
<Extension()>
Public Function WithTenant (context As IAzureContext, tenant As IAzureTenant) As IAzureContext

Parameters

context
IAzureContext
tenant
IAzureTenant

Returns

Applies to