Share via


PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Class

Definition

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

public class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState = class
Public Class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Inheritance
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState

Constructors

PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState()

Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class.

PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(Nullable<PrivateLinkServiceConnectionStatus>, String, String)

Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class.

Properties

ActionsRequired

Gets or sets a description of any extra actions that may be required.

Description

Gets or sets the description for the private link service connection state.

Status

Gets or sets status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'

Applies to