Sdílet prostřednictvím


PrivateEndpointConnection Class

Definition

A private endpoint connection

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.PrivateEndpointConnectionTypeConverter))]
public class PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IPrivateEndpointConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.PrivateEndpointConnectionTypeConverter))>]
type PrivateEndpointConnection = class
    interface IPrivateEndpointConnection
    interface IJsonSerializable
Public Class PrivateEndpointConnection
Implements IPrivateEndpointConnection
Inheritance
PrivateEndpointConnection
Attributes
Implements

Constructors

PrivateEndpointConnection()

Creates an new PrivateEndpointConnection instance.

Properties

Id

The ID of the private endpoint connection.

Name

The name of the private endpoint connection.

PrivateEndpointId

The resource ID of the private endpoint

PrivateLinkServiceConnectionStateDescription

The private link service connection description.

PrivateLinkServiceConnectionStateStatus

The private link service connection status.

ProvisioningState

The current provisioning state.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IPrivateEndpointConnection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to