IConfigManager.UpdateConfig Method
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.
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
- options
- UpdateConfigOptions
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