Share via


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