PrivateEndpoint Class

Definition

Private endpoint resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpoint : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpoint = class
    inherit Resource
Public Class PrivateEndpoint
Inherits Resource
Inheritance
PrivateEndpoint
Attributes

Constructors

PrivateEndpoint()

Initializes a new instance of the PrivateEndpoint class.

PrivateEndpoint(String, String, String, String, IDictionary<String, String>, ExtendedLocation, Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>, IList<ApplicationSecurityGroup>, IList<PrivateEndpointIPConfiguration>, String, String)

Initializes a new instance of the PrivateEndpoint class.

Properties

ApplicationSecurityGroups

Gets or sets application security groups in which the private endpoint IP configuration is included.

CustomDnsConfigs

Gets or sets an array of custom dns configurations.

CustomNetworkInterfaceName

Gets or sets the custom name of the network interface attached to the private endpoint.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

ExtendedLocation

Gets or sets the extended location of the load balancer.

Id

Gets or sets resource ID.

(Inherited from Resource)
IpConfigurations

Gets or sets a list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.

Location

Gets or sets resource location.

(Inherited from Resource)
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.

Name

Gets resource name.

(Inherited from 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.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to