PrivateEndpointConnectionItem 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.
Private endpoint connection item.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnectionItem
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnectionItem = class
Public Class PrivateEndpointConnectionItem
- Inheritance
-
PrivateEndpointConnectionItem
- Attributes
Constructors
PrivateEndpointConnectionItem() |
Initializes a new instance of the PrivateEndpointConnectionItem class. |
PrivateEndpointConnectionItem(PrivateEndpoint, PrivateLinkServiceConnectionState, String) |
Initializes a new instance of the PrivateEndpointConnectionItem class. |
Properties
PrivateEndpoint |
Gets or sets properties of the private endpoint object. |
PrivateLinkServiceConnectionState |
Gets or sets approval state of the private link connection. |
ProvisioningState |
Gets or sets provisioning state of the private endpoint connection. Possible values include: 'Succeeded', 'Creating', 'Updating', 'Deleting', 'Failed', 'Disconnected' |
Applies to
Azure SDK for .NET