Delen via


PSAzureRmAccount.Implicit Operator

Definition

Overloads

Implicit(AzureAccount to PSAzureRmAccount)

Convert between implementation of Azure Account metadata

Implicit(PSAzureRmAccount to AzureAccount)

Convert between implementation of Azure Account metadata

Implicit(AzureAccount to PSAzureRmAccount)

Convert between implementation of Azure Account metadata

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

Parameters

account
AzureAccount

The account to convert.

Returns

The converted account.

Applies to

Implicit(PSAzureRmAccount to AzureAccount)

Convert between implementation of Azure Account metadata

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

Parameters

account
PSAzureRmAccount

The account to convert.

Returns

The converted account.

Applies to