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