ManagedHsmPrivateLinkServiceConnectionState Class

Definition

An object that represents the approval state of the private link connection.

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

Constructors

ManagedHsmPrivateLinkServiceConnectionState()

Initializes a new instance of ManagedHsmPrivateLinkServiceConnectionState.

Properties

ActionsRequired

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

Description

The reason for approval or rejection.

Status

Indicates whether the connection has been approved, rejected or removed by the key vault owner.

Explicit Interface Implementations

IJsonModel<ManagedHsmPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedHsmPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedHsmPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedHsmPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedHsmPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to