PrivateEndpointConnectionProperties 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 a private endpoint connection.
public class PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProperties = class
Public Class PrivateEndpointConnectionProperties
- Inheritance
-
PrivateEndpointConnectionProperties
Constructors
| Name | Description |
|---|---|
| PrivateEndpointConnectionProperties() |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
| PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, String, PrivateEndpoint) |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
Properties
| Name | Description |
|---|---|
| PrivateEndpoint |
Gets or sets the resource of private endpoint. |
| PrivateLinkServiceConnectionState |
Gets or sets a collection of information about the state of the connection between service consumer and provider. |
| ProvisioningState |
Gets the current provisioning state. Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed', 'Succeeded' |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |