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

PSAzureTenant.Implicit Operator

Definition

Overloads

Implicit(AzureTenant to PSAzureTenant)

Convert between formats of AzureSubscription information.

Implicit(PSAzureTenant to AzureTenant)

Convert between formats of AzureSubscription information.

Implicit(AzureTenant to PSAzureTenant)

Convert between formats of AzureSubscription information.

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

Parameters

other
AzureTenant

The subscription to convert.

Returns

The converted subscription.

Applies to

Implicit(PSAzureTenant to AzureTenant)

Convert between formats of AzureSubscription information.

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

Parameters

other
PSAzureTenant

The subscription to convert.

Returns

The converted subscription.

Applies to