Udostępnij za pośrednictwem


BotServiceProviderProperties Class

Definition

The Object used to describe a Service Provider supported by Bot Service.

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

Properties

DevPortalUri

URL of Dev Portal.

DisplayName

Display Name of the Service Provider.

IconUri

The URL of icon.

Id

Id for Service Provider.

Parameters

The list of parameters for the Service Provider.

ServiceProviderName

Name of the Service Provider.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotServiceProviderProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotServiceProviderProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotServiceProviderProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotServiceProviderProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotServiceProviderProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to