다음을 통해 공유


Site Class

Definition

A site for the channel

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

Constructors

Site()

Creates an new Site instance.

Properties

AppId

DirectLine application id

ETag

Entity Tag

Id

Site Id

IsBlockUserUploadEnabled

Whether this site is enabled for block user upload.

IsDetailedLoggingEnabled

Whether this site is disabled detailed logging for

IsEnabled

Whether this site is enabled for DirectLine channel

IsEndpointParametersEnabled

Whether this site is EndpointParameters enabled for channel

IsNoStorageEnabled

Whether this no-storage site is disabled detailed logging for

IsSecureSiteEnabled

Whether this site is enabled for authentication with Bot Framework.

IsTokenEnabled

Whether this site is token enabled for channel

IsV1Enabled

Whether this site is enabled for Bot Framework V1 protocol.

IsV3Enabled

Whether this site is enabled for Bot Framework V1 protocol.

IsWebchatPreviewEnabled

Whether this site is enabled for preview versions of Webchat

Key

Primary key. Value only returned through POST to the action Channel List API, otherwise empty.

Key2

Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.

Name

Site name

TrustedOrigin

List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Site.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Site.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Site into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to