다음을 통해 공유


ISite Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to