Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ContextAutosaveSettings Class

Definition

Namespace:
Microsoft.Azure.Commands.Common.Authentication
Assembly:
Microsoft.Azure.PowerShell.Authentication.dll
Assembly:
Microsoft.Azure.Commands.Common.Authentication.dll

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.

Autosave settings for the context

public class ContextAutosaveSettings : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleSettings
type ContextAutosaveSettings = class
 interface IExtensibleSettings
Public Class ContextAutosaveSettings
Implements IExtensibleSettings
Inheritance
ContextAutosaveSettings
Implements

Constructors

Name Description
ContextAutosaveSettings()

Fields

Name Description
AutoSaveSettingsFile

Properties

Name Description
CacheDirectory

The directory where a disk cache should be saved

CacheFile

The name of the cache file

ContextDirectory

Directory where the context should be saved

ContextFile

File name for the context file

KeyStoreFile

The name of the keystore file

Mode

Autosave mode

Settings

Extensible settings for autosave

Methods

Name Description
FromAzureSession(IAzureSession, String)

Applies to