次の方法で共有


PSAzureProfile.Implicit Operator

Definition

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

Returns

Applies to