PrivateEndpointConnection Class

Definition

Private endpoint connection resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.PrivateEndpointConnectionTypeConverter))]
public class PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.PrivateEndpointConnectionTypeConverter))>]
type PrivateEndpointConnection = class
    interface IPrivateEndpointConnection
    interface IJsonSerializable
    interface IResource
    interface IValidates
    interface IHeaderSerializable
Public Class PrivateEndpointConnection
Implements IHeaderSerializable, IPrivateEndpointConnection, IValidates
Inheritance
PrivateEndpointConnection
Attributes
Implements

Constructors

PrivateEndpointConnection()

Creates an new PrivateEndpointConnection instance.

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.

Location

Azure location of the key vault resource.

Name

Name of the key vault resource.

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.

ResourceGroupName

Gets the resource group name

RetryAfter
Tag

Tags assigned to the key vault resource.

Type

Resource type of the key vault resource.

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.KeyVault.Models.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.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to