AzureSMProfileProvider.GetProfile<T> Method
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.
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