IConfigurationInfo Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to