共用方式為


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 actionsRequired = default);
new Microsoft.Azure.Management.RedisEnterprise.Models.PrivateLinkServiceConnectionState : string * string * string -> Microsoft.Azure.Management.RedisEnterprise.Models.PrivateLinkServiceConnectionState
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 service. Possible values include: 'Pending', 'Approved', 'Rejected'

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