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.StreamAnalytics.Models.PrivateLinkConnectionState : string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.PrivateLinkConnectionState
Public Sub New (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)

Parameters

status
String

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

description
String

The reason for approval/rejection of the connection.

actionsRequired
String

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

Applies to