PSAzureRmAccount.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.