PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Class
Definition
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.
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
public class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState = class
Public Class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
- Inheritance
-
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Constructors
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState() |
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class. |
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(Nullable<PrivateLinkServiceConnectionStatus>, String, String) |
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class. |
Properties
ActionsRequired |
Gets or sets a description of any extra actions that may be required. |
Description |
Gets or sets the description for the private link service connection state. |
Status |
Gets or sets status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected' |
Applies to
Azure SDK for .NET