PrivateLinkServiceConnectionState Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PrivateLinkServiceConnectionState() |
Initializes a new instance of the PrivateLinkServiceConnectionState class. |
PrivateLinkServiceConnectionState(PrivateEndpointServiceConnectionStatus, String, String) |
Initializes a new instance of the PrivateLinkServiceConnectionState class. |
Initializes a new instance of the PrivateLinkServiceConnectionState class.
public PrivateLinkServiceConnectionState ();
Public Sub New ()
Applies to
Initializes a new instance of the PrivateLinkServiceConnectionState class.
public PrivateLinkServiceConnectionState (Microsoft.Azure.Management.Compute.Fluent.Models.PrivateEndpointServiceConnectionStatus status = default, string description = default, string actionsRequired = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkServiceConnectionState : Microsoft.Azure.Management.Compute.Fluent.Models.PrivateEndpointServiceConnectionStatus * string * string -> Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkServiceConnectionState
Public Sub New (Optional status As PrivateEndpointServiceConnectionStatus = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)
Parameters
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
ملاحظات Azure SDK for .NET
Azure SDK for .NET هو مشروع مصدر مفتوح. حدد رابطًا لتقديم الملاحظات: