PrivateLinkServiceConnectionProperties 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.
Properties of the PrivateLinkServiceConnection.
public class PrivateLinkServiceConnectionProperties
type PrivateLinkServiceConnectionProperties = class
Public Class PrivateLinkServiceConnectionProperties
- Inheritance
-
PrivateLinkServiceConnectionProperties
Constructors
| Name | Description |
|---|---|
| PrivateLinkServiceConnectionProperties() |
Initializes a new instance of the PrivateLinkServiceConnectionProperties class. |
| PrivateLinkServiceConnectionProperties(String, String, IList<String>, String, PrivateLinkServiceConnectionState) |
Initializes a new instance of the PrivateLinkServiceConnectionProperties class. |
Properties
| Name | Description |
|---|---|
| GroupIds |
Gets or sets the ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. |
| PrivateLinkServiceConnectionState |
Gets or sets a collection of read-only information about the state of the connection to the remote resource. |
| PrivateLinkServiceId |
Gets or sets the resource id of private link service. |
| ProvisioningState |
Gets the provisioning state of the private link service connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| RequestMessage |
Gets or sets a message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. |