Share via


PrivateLinkConnectionState Constructors

Definition

Overloads

PrivateLinkConnectionState()

Initializes a new instance of the PrivateLinkConnectionState class.

PrivateLinkConnectionState(String, String, String)

Initializes a new instance of the PrivateLinkConnectionState class.

PrivateLinkConnectionState()

Initializes a new instance of the PrivateLinkConnectionState class.

public PrivateLinkConnectionState ();
Public Sub New ()

Applies to

PrivateLinkConnectionState(String, String, String)

Initializes a new instance of the PrivateLinkConnectionState class.

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

Parameters

status
String

Status of a private link connection

description
String

Description of a private link connection

actionsRequired
String

ActionsRequired for a private link connection

Applies to