PSAzureProfile.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(AzureRmProfile to PSAzureProfile) |
Convert between implementations of AzureProfile. |
Implicit(PSAzureProfile to AzureRmProfile) |
Convert between implementations of AzureProfile. |
Implicit(AzureRmProfile to PSAzureProfile)
Convert between implementations of AzureProfile.
public static implicit operator Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile (Microsoft.Azure.Commands.Common.Authentication.Models.AzureRmProfile profile);
static member op_Implicit : Microsoft.Azure.Commands.Common.Authentication.Models.AzureRmProfile -> Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile
Public Shared Widening Operator CType (profile As AzureRmProfile) As PSAzureProfile
Parameters
- profile
- AzureRmProfile
The profile to convert.
Returns
The converted profile.
Applies to
Implicit(PSAzureProfile to AzureRmProfile)
Convert between implementations of AzureProfile.
public static implicit operator Microsoft.Azure.Commands.Common.Authentication.Models.AzureRmProfile (Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile profile);
static member op_Implicit : Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile -> Microsoft.Azure.Commands.Common.Authentication.Models.AzureRmProfile
Public Shared Widening Operator CType (profile As PSAzureProfile) As AzureRmProfile
Parameters
- profile
- PSAzureProfile
The profile to convert.
Returns
The converted profile.