Share via


AzureSessionInitializer.AdalSession Class

Definition

public class AzureSessionInitializer.AdalSession : Microsoft.Azure.Commands.Common.Authentication.AzureSession
type AzureSessionInitializer.AdalSession = class
    inherit AzureSession
Public Class AzureSessionInitializer.AdalSession
Inherits AzureSession
Inheritance
AzureSessionInitializer.AdalSession

Constructors

AzureSessionInitializer.AdalSession()

Properties

AdalLogger

Adal Logger for Adal 3.x +

ARMContextSaveMode (Inherited from AzureSession)
ARMProfileDirectory (Inherited from AzureSession)
ARMProfileFile (Inherited from AzureSession)
AuthenticationFactory (Inherited from AzureSession)
AuthenticationLegacyTraceLevel
AuthenticationTraceListeners
AuthenticationTraceSourceLevel
ClientFactory (Inherited from AzureSession)
DataStore (Inherited from AzureSession)
ExtendedProperties (Inherited from AzureSession)
KeyStoreFile (Inherited from AzureSession)
OldProfileFile (Inherited from AzureSession)
OldProfileFileBackup (Inherited from AzureSession)
ProfileDirectory (Inherited from AzureSession)
ProfileFile (Inherited from AzureSession)
ResourceManagerContextFile (Inherited from AzureSession)
TokenCache (Inherited from AzureSession)
TokenCacheDirectory (Inherited from AzureSession)
TokenCacheFile (Inherited from AzureSession)

Methods

ClearComponents() (Inherited from AzureSession)
OnEvent(AzureSessionEventArgs) (Inherited from AzureSession)
RaiseContextClearedEvent() (Inherited from AzureSession)
RegisterComponent<T>(String, Func<T>) (Inherited from AzureSession)
RegisterComponent<T>(String, Func<T>, Boolean) (Inherited from AzureSession)
TryGetComponent<T>(String, T) (Inherited from AzureSession)
UnregisterComponent<T>(String) (Inherited from AzureSession)

Extension Methods

CopyPropertiesFrom(IExtensibleModel, IExtensibleModel)
GetProperty(IExtensibleModel, String)
GetPropertyAsArray(IExtensibleModel, String)
IsPropertySet(IExtensibleModel, String)
SetOrAppendProperty(IExtensibleModel, String, String[])
SetProperty(IExtensibleModel, String, String[])
UpdateProperties(IExtensibleModel, IExtensibleModel)
PopulateExtensions(IExtensibleModel, PSObject)

Populate the model extensions from a PSObject

Applies to