PSAzureTenant.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(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.