BatchPrivateLinkServiceConnectionState Class

Definition

The private link service connection state of the private endpoint connection.

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

Constructors

BatchPrivateLinkServiceConnectionState(BatchPrivateLinkServiceConnectionStatus)

Initializes a new instance of BatchPrivateLinkServiceConnectionState.

Properties

ActionRequired

Action required on the private connection state.

Description

Description of the private Connection state.

Status

The status of the Batch private endpoint connection.

Explicit Interface Implementations

IJsonModel<BatchPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to