Delen via


IotCentralPrivateLinkServiceConnectionState Class

Definition

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

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

Constructors

IotCentralPrivateLinkServiceConnectionState()

Initializes a new instance of IotCentralPrivateLinkServiceConnectionState.

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<IotCentralPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotCentralPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotCentralPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotCentralPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotCentralPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to