Sdílet prostřednictvím


BotConnectionSettingProperties Class

Definition

Properties for a Connection Setting Item.

public class BotConnectionSettingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.BotConnectionSettingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.BotConnectionSettingProperties>
public class BotConnectionSettingProperties
type BotConnectionSettingProperties = class
    interface IJsonModel<BotConnectionSettingProperties>
    interface IPersistableModel<BotConnectionSettingProperties>
type BotConnectionSettingProperties = class
Public Class BotConnectionSettingProperties
Implements IJsonModel(Of BotConnectionSettingProperties), IPersistableModel(Of BotConnectionSettingProperties)
Public Class BotConnectionSettingProperties
Inheritance
BotConnectionSettingProperties
Implements

Constructors

BotConnectionSettingProperties()

Initializes a new instance of BotConnectionSettingProperties.

Properties

ClientId

Client Id associated with the Connection Setting.

ClientSecret

Client Secret associated with the Connection Setting.

Parameters

Service Provider Parameters associated with the Connection Setting.

ProvisioningState

Provisioning state of the resource.

Scopes

Scopes associated with the Connection Setting.

ServiceProviderDisplayName

Service Provider Display Name associated with the Connection Setting.

ServiceProviderId

Service Provider Id associated with the Connection Setting.

SettingId

Setting Id set by the service for the Connection Setting.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotConnectionSettingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BotConnectionSettingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotConnectionSettingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotConnectionSettingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BotConnectionSettingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to