Get Interface Endpoint Result
data class GetInterfaceEndpointResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
A reference to the service being brought into the virtual network.
Link copied to clipboard
Gets an array of references to the network interfaces created for 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
The ID of the subnet from which the private IP will be allocated.