Share via


PrivateEndpointConnectionProperties Class

Definition

The properties of a private endpoint connection

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateEndpointConnectionPropertiesTypeConverter))]
public class PrivateEndpointConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateEndpointConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateEndpointConnectionPropertiesTypeConverter))>]
type PrivateEndpointConnectionProperties = class
    interface IPrivateEndpointConnectionProperties
    interface IJsonSerializable
Public Class PrivateEndpointConnectionProperties
Implements IPrivateEndpointConnectionProperties
Inheritance
PrivateEndpointConnectionProperties
Attributes
Implements

Constructors

PrivateEndpointConnectionProperties()

Creates an new PrivateEndpointConnectionProperties instance.

Properties

GroupId

GroupIds from the private link service resource.

PrivateEndpointId

The resource identifier.

PrivateLinkServiceConnectionStateActionsRequired

Actions required for a private endpoint connection

PrivateLinkServiceConnectionStateDescription

The description for the current state of a private endpoint connection

PrivateLinkServiceConnectionStateStatus

The status of a private endpoint connection

ProvisioningState

Provisioning state of the private endpoint connection.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateEndpointConnectionProperties.

FromJsonString(String)

Creates a new instance of PrivateEndpointConnectionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to