다음을 통해 공유


ConnectionSettingParameter Class

Definition

Extra Parameter in a Connection Setting Properties to indicate service provider specific properties

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

Constructors

ConnectionSettingParameter()

Creates an new ConnectionSettingParameter instance.

Properties

Key

Key for the Connection Setting Parameter.

Value

Value associated with the Connection Setting Parameter.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectionSettingParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectionSettingParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IConnectionSettingParameter.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectionSettingParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to