Sdílet prostřednictvím


IPrivateEndpointConnection Interface

Definition

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

Properties

AzureAsyncOperation
Etag

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

Id

Fully qualified identifier of the key vault resource.

(Inherited from IResource)
Location

Azure location of the key vault resource.

(Inherited from IResource)
Name

Name of the key vault resource.

(Inherited from IResource)
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.

RetryAfter
Tag

Tags assigned to the key vault resource.

(Inherited from IResource)
Type

Resource type of the key vault resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to