ContainerRegistryPrivateLinkServiceConnectionState Class

Definition

The state of a private link service connection.

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

Constructors

ContainerRegistryPrivateLinkServiceConnectionState()

Initializes a new instance of ContainerRegistryPrivateLinkServiceConnectionState.

Properties

ActionsRequired

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

Description

The description for connection status. For example if connection is rejected it can indicate reason for rejection.

Status

The private link service connection status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerRegistryPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to