你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzKeyStore(String, String, Boolean, IStorage) Constructor
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.
public AzKeyStore (string directory, string fileName, bool enableContextAutoSaving = true, Microsoft.Azure.Commands.ResourceManager.Common.IStorage storage = default);
new Microsoft.Azure.Commands.ResourceManager.Common.AzKeyStore : string * string * bool * Microsoft.Azure.Commands.ResourceManager.Common.IStorage -> Microsoft.Azure.Commands.ResourceManager.Common.AzKeyStore
Public Sub New (directory As String, fileName As String, Optional enableContextAutoSaving As Boolean = true, Optional storage As IStorage = Nothing)
Parameters
- directory
- String
- fileName
- String
- enableContextAutoSaving
- Boolean
- storage
- IStorage