Share via


AzureRmProfileProvider.GetProfile<T> Method

Definition

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

Type Parameters

T

Returns

T

Implements

Applies to