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

PSAzureContext.Implicit Operator

Definition

Overloads

Implicit(AzureContext to PSAzureContext)
Implicit(PSAzureContext to AzureContext)

Implicit(AzureContext to PSAzureContext)

public static implicit operator Microsoft.Azure.Commands.Profile.Models.PSAzureContext (Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext context);
static member op_Implicit : Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext -> Microsoft.Azure.Commands.Profile.Models.PSAzureContext
Public Shared Widening Operator CType (context As AzureContext) As PSAzureContext

Parameters

context
AzureContext

Returns

Applies to

Implicit(PSAzureContext to AzureContext)

public static implicit operator Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext (Microsoft.Azure.Commands.Profile.Models.PSAzureContext context);
static member op_Implicit : Microsoft.Azure.Commands.Profile.Models.PSAzureContext -> Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext
Public Shared Widening Operator CType (context As PSAzureContext) As AzureContext

Parameters

context
PSAzureContext

Returns

Applies to