CloudHsmClusterPrivateEndpointConnectionProperties Class

Definition

Properties of the private endpoint connection.

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

Constructors

CloudHsmClusterPrivateEndpointConnectionProperties(CloudHsmClusterPrivateLinkServiceConnectionState)

Initializes a new instance of CloudHsmClusterPrivateEndpointConnectionProperties.

Properties

ConnectionState

A collection of information about the state of the connection between service consumer and provider.

GroupIds

The group ids for the private endpoint resource.

PrivateEndpointId

Gets Id.

ProvisioningState

The provisioning state of the private endpoint connection resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudHsmClusterPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudHsmClusterPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudHsmClusterPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudHsmClusterPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudHsmClusterPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to