Udostępnij przez


PrivateEndpointProperties Class

Definition

Properties of the private endpoint.

public class PrivateEndpointProperties
type PrivateEndpointProperties = class
Public Class PrivateEndpointProperties
Inheritance
PrivateEndpointProperties

Constructors

Name Description
PrivateEndpointProperties()

Initializes a new instance of the PrivateEndpointProperties class.

PrivateEndpointProperties(Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>)

Initializes a new instance of the PrivateEndpointProperties class.

Properties

Name Description
CustomDnsConfigs

Gets or sets an array of custom dns configurations.

ManualPrivateLinkServiceConnections

Gets or sets a grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.

NetworkInterfaces

Gets an array of references to the network interfaces created for this private endpoint.

PrivateLinkServiceConnections

Gets or sets a grouping of information about the connection to the remote resource.

ProvisioningState

Gets the provisioning state of the private endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Subnet

Gets or sets the ID of the subnet from which the private IP will be allocated.

Applies to