PrivateLinkServiceConnectionStateProperty Constructors

Definition

Overloads

PrivateLinkServiceConnectionStateProperty()

Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.

PrivateLinkServiceConnectionStateProperty(String, String, String)

Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.

PrivateLinkServiceConnectionStateProperty()

Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.

public PrivateLinkServiceConnectionStateProperty ();
Public Sub New ()

Applies to

PrivateLinkServiceConnectionStateProperty(String, String, String)

Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.

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

Parameters

status
String

The private link service connection status.

description
String

The private link service connection description.

actionsRequired
String

The actions required for private link service connection.

Applies to