Get Private Endpoint Result
data class GetPrivateEndpointResult(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
fun GetPrivateEndpointResult(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)