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

ProtectedProfileProvider.GetProfile<T> Method

Definition

public override T GetProfile<T> () where T : class, Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer;
public override T GetProfile<T> () where T : class, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer;
override this.GetProfile : unit -> 'T (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer)
override this.GetProfile : unit -> 'T (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer)
Public Overrides Function GetProfile(Of T As {Class, IAzureContextContainer}) () As T

Type Parameters

T

Returns

T

Applies to