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