Compartir a través de


PrivateEndpointConnectionProperties Class

Definition

Properties of a private endpoint connection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.PrivateEndpointConnectionPropertiesTypeConverter))]
public class PrivateEndpointConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IPrivateEndpointConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.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

Group id of the private endpoint.

PrivateEndpointId

Resource id of the private endpoint.

PrivateLinkServiceConnectionStateActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

PrivateLinkServiceConnectionStateDescription

The private link service connection description.

PrivateLinkServiceConnectionStateStatus

The private link service connection status.

ProvisioningState

Provisioning state of the private endpoint.

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.Kusto.Models.Api20230815.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.

Applies to