ConfigurationInfo Class

Definition

The configuration information, used to generate configurations or save to applications

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationInfoTypeConverter))]
public class ConfigurationInfo : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ConfigurationInfoTypeConverter))>]
type ConfigurationInfo = class
    interface IConfigurationInfo
    interface IJsonSerializable
Public Class ConfigurationInfo
Implements IConfigurationInfo
Inheritance
ConfigurationInfo
Attributes
Implements

Constructors

ConfigurationInfo()

Creates an new ConfigurationInfo instance.

Properties

Action

Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.

AdditionalConfiguration

A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations

CustomizedKey

Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations

DeleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IConfigurationInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to