InterfaceEndpointResponse

data class InterfaceEndpointResponse(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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to the service being brought into the virtual network.

Link copied to clipboard
val etag: String? = null

Gets a unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val fqdn: String? = null

A first-party service's FQDN that is mapped to the private IP allocated via this interface endpoint.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Gets an array of references to the network interfaces created for this interface endpoint.

Link copied to clipboard

A read-only property that identifies who created this interface endpoint.

Link copied to clipboard

The provisioning state of the interface endpoint. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Link copied to clipboard
val subnet: SubnetResponse? = null

The ID of the subnet from which the private IP will be allocated.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.