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