ContextAutosaveSettings Class
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.
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
ContextAutosaveSettings() |
Fields
AutoSaveSettingsFile |
Properties
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 |
Fiel name for the context file |
KeyStoreFile |
The name of the keystore file |
Mode |
Autosave mode |
Settings |
Extensible settings for autosave |
Methods
FromAzureSession(IAzureSession, String) |