다음을 통해 공유


ConnectionItemName Class

Definition

The display name of a connection Item Setting registered with the Bot

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

Constructors

ConnectionItemName()

Creates an new ConnectionItemName instance.

Properties

Name

Connection Item name that has been added in the API

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectionItemName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectionItemName.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectionItemName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to