PrivateEndpointData 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.
A class representing the PrivateEndpoint data model. Private endpoint resource.
public class PrivateEndpointData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.PrivateEndpointData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.PrivateEndpointData>
public class PrivateEndpointData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type PrivateEndpointData = class
inherit NetworkTrackedResourceData
interface IJsonModel<PrivateEndpointData>
interface IPersistableModel<PrivateEndpointData>
type PrivateEndpointData = class
inherit NetworkTrackedResourceData
Public Class PrivateEndpointData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of PrivateEndpointData), IPersistableModel(Of PrivateEndpointData)
Public Class PrivateEndpointData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
PrivateEndpointData() |
Initializes a new instance of PrivateEndpointData. |
Properties
ApplicationSecurityGroups |
Application security groups in which the private endpoint IP configuration is included. |
CustomDnsConfigs |
An array of custom dns configurations. |
CustomNetworkInterfaceName |
The custom name of the network interface attached to the private endpoint. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
ExtendedLocation |
The extended location of the load balancer. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPConfigurations |
A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
ManualPrivateLinkServiceConnections |
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 |
Resource name. (Inherited from NetworkTrackedResourceData) |
NetworkInterfaces |
An array of references to the network interfaces created for this private endpoint. |
PrivateLinkServiceConnections |
A grouping of information about the connection to the remote resource. |
ProvisioningState |
The provisioning state of the private endpoint resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Subnet |
The ID of the subnet from which the private IP will be allocated. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET