Delen via


MonitorPrivateLinkServiceConnectionState Class

Definition

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

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

Constructors

MonitorPrivateLinkServiceConnectionState()

Initializes a new instance of MonitorPrivateLinkServiceConnectionState.

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.

Explicit Interface Implementations

IJsonModel<MonitorPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MonitorPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MonitorPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to