PrivateLinkConnectionState Class

Definition

A collection of read-only information about the state of the connection to the private remote resource.

public class PrivateLinkConnectionState
type PrivateLinkConnectionState = class
Public Class PrivateLinkConnectionState
Inheritance
PrivateLinkConnectionState

Constructors

PrivateLinkConnectionState()

Initializes a new instance of the PrivateLinkConnectionState class.

PrivateLinkConnectionState(String, String, String)

Initializes a new instance of the PrivateLinkConnectionState class.

Properties

ActionsRequired

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

Description

Gets the reason for approval/rejection of the connection.

Status

Gets indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.

Applies to