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

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>, Boolean)
RegisterComponent<T>(String, Func<T>)
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