ManagedHsmPrivateEndpointConnectionItemData Class

Definition

Private endpoint connection item.

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

Properties

ETag

Modified whenever there is a change in the state of private endpoint connection.

Id

Id of private endpoint connection.

PrivateEndpointId

Gets Id.

PrivateLinkServiceConnectionState

Approval state of the private link connection.

ProvisioningState

Provisioning state of the private endpoint connection.

Explicit Interface Implementations

IJsonModel<ManagedHsmPrivateEndpointConnectionItemData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedHsmPrivateEndpointConnectionItemData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedHsmPrivateEndpointConnectionItemData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedHsmPrivateEndpointConnectionItemData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedHsmPrivateEndpointConnectionItemData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to