Share via


RegistryPrivateLinkServiceConnectionState Class

Definition

The connection state.

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

Constructors

RegistryPrivateLinkServiceConnectionState()

Initializes a new instance of RegistryPrivateLinkServiceConnectionState.

Properties

ActionsRequired

Some RP chose "None". Other RPs use this for region expansion.

Description

User-defined message that, per NRP doc, may be used for approval-related message.

Status

Connection status of the service consumer with the service provider.

Explicit Interface Implementations

IJsonModel<RegistryPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegistryPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegistryPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistryPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistryPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to