Share via


IPrivateEndpointConnectionItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.PrivateEndpointConnectionItemTypeConverter))]
public interface IPrivateEndpointConnectionItem : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.PrivateEndpointConnectionItemTypeConverter))>]
type IPrivateEndpointConnectionItem = interface
    interface IJsonSerializable
Public Interface IPrivateEndpointConnectionItem
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Etag

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

Id

Id of private endpoint connection.

PrivateEndpointId

Full identifier of the private endpoint resource.

PrivateLinkServiceConnectionStateActionsRequired

A message indicating if changes on the service provider require any updates on the consumer.

PrivateLinkServiceConnectionStateDescription

The reason for approval or rejection.

PrivateLinkServiceConnectionStateStatus

Indicates whether the connection has been approved, rejected or removed by the key vault owner.

ProvisioningState

Provisioning state of the private endpoint connection.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to