Share via


PrivateLinkServiceConnectionState Constructors

Definition

Overloads

PrivateLinkServiceConnectionState()

Initializes a new instance of the PrivateLinkServiceConnectionState class.

PrivateLinkServiceConnectionState(String, String, String)

Initializes a new instance of the PrivateLinkServiceConnectionState class.

PrivateLinkServiceConnectionState()

Initializes a new instance of the PrivateLinkServiceConnectionState class.

public PrivateLinkServiceConnectionState ();
Public Sub New ()

Applies to

PrivateLinkServiceConnectionState(String, String, String)

Initializes a new instance of the PrivateLinkServiceConnectionState class.

public PrivateLinkServiceConnectionState (string status = default, string description = default, string actionRequired = default);
new Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState : string * string * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState
Public Sub New (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionRequired As String = Nothing)

Parameters

status
String

Indicates whether the connection has been approved, rejected or removed by the key vault owner. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'

description
String

The reason for approval or rejection.

actionRequired
String

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

Applies to