ConnectionPropertiesPrivateLinkServiceConnectionState 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.
The connection state.
public class ConnectionPropertiesPrivateLinkServiceConnectionState : Microsoft.Azure.Management.DigitalTwins.Models.ConnectionState
type ConnectionPropertiesPrivateLinkServiceConnectionState = class
inherit ConnectionState
Public Class ConnectionPropertiesPrivateLinkServiceConnectionState
Inherits ConnectionState
- Inheritance
Constructors
ConnectionPropertiesPrivateLinkServiceConnectionState() |
Initializes a new instance of the ConnectionPropertiesPrivateLinkServiceConnectionState class. |
ConnectionPropertiesPrivateLinkServiceConnectionState(String, String, String) |
Initializes a new instance of the ConnectionPropertiesPrivateLinkServiceConnectionState class. |
Properties
ActionsRequired |
Gets or sets actions required for a private endpoint connection. (Inherited from ConnectionState) |
Description |
Gets or sets the description for the current state of a private endpoint connection. (Inherited from ConnectionState) |
Status |
Gets or sets the status of a private endpoint connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected' (Inherited from ConnectionState) |
Applies to
Azure SDK for .NET