PrivateEndpointConnection Class

Definition

Private endpoint connection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
    interface IResource
Public Class PrivateEndpointConnection
Implements IResource
Inheritance
PrivateEndpointConnection
Attributes
Implements

Constructors

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnection 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