IAzureSession Interface

Definition

public interface IAzureSession : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel
type IAzureSession = interface
    interface IExtensibleModel
Public Interface IAzureSession
Implements IExtensibleModel
Derived
Implements

Properties

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

Methods

ClearComponents()
RaiseContextClearedEvent()
RegisterComponent<T>(String, Func<T>)
RegisterComponent<T>(String, Func<T>, Boolean)
TryGetComponent<T>(String, T)
UnregisterComponent<T>(String)

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