PrivateEndpointData Class

Definition

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
PrivateEndpointData
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

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<PrivateEndpointData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PrivateEndpointData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<PrivateEndpointData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PrivateEndpointData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to