Delen via


BotServicePrivateLinkServiceConnectionState Class

Definition

A collection of information about the state of the connection between service consumer and provider.

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

Constructors

BotServicePrivateLinkServiceConnectionState()

Initializes a new instance of BotServicePrivateLinkServiceConnectionState.

Properties

ActionsRequired

A message indicating if changes on the service provider require any updates on the consumer.

Description

The reason for approval/rejection of the connection.

Status

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotServicePrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotServicePrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotServicePrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotServicePrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotServicePrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to