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

IConfigManager.UpdateConfig Method

Definition

Overloads

UpdateConfig(UpdateConfigOptions)
UpdateConfig(String, Object, ConfigScope)

UpdateConfig(UpdateConfigOptions)

public Microsoft.Azure.PowerShell.Common.Config.ConfigData UpdateConfig (Microsoft.Azure.PowerShell.Common.Config.UpdateConfigOptions options);
abstract member UpdateConfig : Microsoft.Azure.PowerShell.Common.Config.UpdateConfigOptions -> Microsoft.Azure.PowerShell.Common.Config.ConfigData
Public Function UpdateConfig (options As UpdateConfigOptions) As ConfigData

Parameters

Returns

Applies to

UpdateConfig(String, Object, ConfigScope)

public Microsoft.Azure.PowerShell.Common.Config.ConfigData UpdateConfig (string key, object value, Microsoft.Azure.PowerShell.Common.Config.ConfigScope scope);
abstract member UpdateConfig : string * obj * Microsoft.Azure.PowerShell.Common.Config.ConfigScope -> Microsoft.Azure.PowerShell.Common.Config.ConfigData
Public Function UpdateConfig (key As String, value As Object, scope As ConfigScope) As ConfigData

Parameters

key
String
value
Object
scope
ConfigScope

Returns

Applies to