你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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