다음을 통해 공유


ListChannelWithKeysResponse Class

Definition

The ARM channel of list channel with keys operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ListChannelWithKeysResponseTypeConverter))]
public class ListChannelWithKeysResponse : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IListChannelWithKeysResponse, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ListChannelWithKeysResponseTypeConverter))>]
type ListChannelWithKeysResponse = class
    interface IListChannelWithKeysResponse
    interface IJsonSerializable
    interface IBotChannel
    interface IResource
    interface IValidates
Public Class ListChannelWithKeysResponse
Implements IListChannelWithKeysResponse, IValidates
Inheritance
ListChannelWithKeysResponse
Attributes
Implements

Constructors

ListChannelWithKeysResponse()

Creates an new ListChannelWithKeysResponse instance.

Properties

ChangedTime

Changed time of the resource

ChannelName

The channel name

EntityTag

Entity tag of the resource

Etag

Entity Tag

Id

Specifies the resource ID.

Kind

Required. Gets or sets the Kind of the resource.

Location

Specifies the location of the resource.

Name

Specifies the name of the resource.

PropertiesEtag

Entity Tag of the resource

PropertiesLocation

Specifies the location of the resource.

PropertiesProvisioningState

Provisioning state of the resource

Property

The set of properties specific to bot channel resource

ProvisioningState

Provisioning state of the resource

ResourceChannelName

The channel name

ResourceEtag

Entity Tag of the resource

ResourceLocation

Specifies the location of the resource.

ResourceProvisioningState

Provisioning state of the resource

SettingBotIconUrl

The bot icon url

SettingBotId

The bot id

SettingChannelDisplayName

The channel display name

SettingChannelId

The channel id

SettingDisableLocalAuth

Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.

SettingExtensionKey1

The extensionKey1

SettingExtensionKey2

The extensionKey2

SettingIsEnabled

Whether this channel is enabled for the bot

SettingSite

The list of sites

Sku

Gets or sets the SKU of the resource.

SkuName

The sku name

SkuTier

Gets the sku tier. This is based on the SKU name.

Tag

Contains resource tags defined as key/value pairs.

Type

Specifies the type of the resource.

Zone

Entity zones

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListChannelWithKeysResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListChannelWithKeysResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListChannelWithKeysResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to