Get Interface Endpoint Result
data class GetInterfaceEndpointResult(val endpointService: EndpointServiceResponse? = null, val etag: String? = null, val fqdn: String? = null, val id: String? = null, val location: String? = null, val name: String, val networkInterfaces: List<NetworkInterfaceResponse>, val owner: String, val provisioningState: String, val subnet: SubnetResponse? = null, val tags: Map<String, String>? = null, val type: String)
Interface endpoint resource.
Constructors
Link copied to clipboard
fun GetInterfaceEndpointResult(endpointService: EndpointServiceResponse? = null, etag: String? = null, fqdn: String? = null, id: String? = null, location: String? = null, name: String, networkInterfaces: List<NetworkInterfaceResponse>, owner: String, provisioningState: String, subnet: SubnetResponse? = null, tags: Map<String, String>? = null, type: String)