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

PSAzureSubscription.Implicit Operator

Definition

Overloads

Implicit(AzureSubscription to PSAzureSubscription)

Convert between formats of AzureSubscription information.

Implicit(PSAzureSubscription to AzureSubscription)

Convert between formats of AzureSubscription information.

Implicit(AzureSubscription to PSAzureSubscription)

Convert between formats of AzureSubscription information.

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

Parameters

other
AzureSubscription

The subscription to convert.

Returns

The converted subscription.

Applies to

Implicit(PSAzureSubscription to AzureSubscription)

Convert between formats of AzureSubscription information.

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

Parameters

other
PSAzureSubscription

The subscription to convert.

Returns

The converted subscription.

Applies to