Private Endpoint Response
data class PrivateEndpointResponse(val customDnsConfigs: List<CustomDnsConfigPropertiesFormatResponse>? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String? = null, val location: String? = null, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val name: String, val networkInterfaces: List<NetworkInterfaceResponse>, val privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val provisioningState: String, val subnet: SubnetResponse? = null, val tags: Map<String, String>? = null, val type: String)
Private endpoint resource.
Constructors
Link copied to clipboard
constructor(customDnsConfigs: List<CustomDnsConfigPropertiesFormatResponse>? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, id: String? = null, location: String? = null, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, name: String, networkInterfaces: List<NetworkInterfaceResponse>, privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, provisioningState: String, subnet: SubnetResponse? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
An array of custom dns configurations.
Link copied to clipboard
The extended location of the load balancer.
Link copied to clipboard
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.
Link copied to clipboard
An array of references to the network interfaces created for this private endpoint.
Link copied to clipboard
A grouping of information about the connection to the remote resource.
Link copied to clipboard
The provisioning state of the private endpoint resource.
Link copied to clipboard
The ID of the subnet from which the private IP will be allocated.