Bagikan melalui


IMhsmPrivateEndpointConnectionItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionItemTypeConverter))]
public interface IMhsmPrivateEndpointConnectionItem : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionItemTypeConverter))>]
type IMhsmPrivateEndpointConnectionItem = interface
    interface IJsonSerializable
Public Interface IMhsmPrivateEndpointConnectionItem
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