Udostępnij za pośrednictwem


CloningInfoAppSettingsOverrides Class

Definition

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter))]
public class CloningInfoAppSettingsOverrides : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoAppSettingsOverridesTypeConverter))>]
type CloningInfoAppSettingsOverrides = class
    interface ICloningInfoAppSettingsOverrides
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class CloningInfoAppSettingsOverrides
Implements IAssociativeArray(Of String), ICloningInfoAppSettingsOverrides
Inheritance
CloningInfoAppSettingsOverrides
Attributes
Implements

Constructors

CloningInfoAppSettingsOverrides()

Creates an new CloningInfoAppSettingsOverrides instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloningInfoAppSettingsOverrides.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloningInfoAppSettingsOverrides.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICloningInfoAppSettingsOverrides.

FromJsonString(String)

Creates a new instance of CloningInfoAppSettingsOverrides, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of CloningInfoAppSettingsOverrides into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(CloningInfoAppSettingsOverrides to Dictionary<String,String>)

Explicit Interface Implementations

IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to