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