PrivateLinkServiceConnectionState 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 private link service connection state.
public class PrivateLinkServiceConnectionState
type PrivateLinkServiceConnectionState = class
Public Class PrivateLinkServiceConnectionState
- Inheritance
-
PrivateLinkServiceConnectionState
Constructors
PrivateLinkServiceConnectionState() |
Initializes a new instance of the PrivateLinkServiceConnectionState class. |
PrivateLinkServiceConnectionState(String, String, String) |
Initializes a new instance of the PrivateLinkServiceConnectionState class. |
Properties
ActionsRequired |
Gets or sets whether there is further actions. |
Description |
Gets or sets the optional description of the status. |
Status |
Gets or sets the concrete private link service connection. Possible values include: 'Approved', 'Rejected', 'Pending', 'Removed' |
Methods
Validate() |
Validate the object. |