PrivateLinkServiceConnectionState Constructors

Definition

Overloads

PrivateLinkServiceConnectionState()

Initializes a new instance of the PrivateLinkServiceConnectionState class.

PrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStatus, 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(PrivateLinkServiceConnectionStatus, String, String)

Initializes a new instance of the PrivateLinkServiceConnectionState class.

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

Parameters

status
PrivateLinkServiceConnectionStatus

The status for the private endpoint connection of Batch account

description
String

Description of the private Connection state

actionsRequired
String

Action required on the private connection state

Applies to