다음을 통해 공유


IConnectionSettingParameter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ConnectionSettingParameterTypeConverter))]
public interface IConnectionSettingParameter : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ConnectionSettingParameterTypeConverter))>]
type IConnectionSettingParameter = interface
    interface IJsonSerializable
Public Interface IConnectionSettingParameter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Key

Key for the Connection Setting Parameter.

Value

Value associated with the Connection Setting Parameter.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to