Bagikan melalui


PrivateEndpointConnectionProperties Class

Definition

Properties of the PrivateEndpointConnectProperties.

public class PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProperties = class
Public Class PrivateEndpointConnectionProperties
Inheritance
PrivateEndpointConnectionProperties

Constructors

PrivateEndpointConnectionProperties()

Initializes a new instance of the PrivateEndpointConnectionProperties class.

PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, PrivateEndpoint, String, IList<String>)

Initializes a new instance of the PrivateEndpointConnectionProperties class.

Properties

GroupIds

Gets or sets the private link resource group ids.

PrivateEndpoint

Gets or sets the resource of private end point.

PrivateLinkServiceConnectionState

Gets or sets a collection of information about the state of the connection between service consumer and provider.

ProvisioningState

Gets or sets the provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'

Methods

Validate()

Validate the object.

Applies to