Get Outbound Endpoint Result
data class GetOutboundEndpointResult(val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val resourceGuid: String, val subnet: SubResourceResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Describes an outbound endpoint for a DNS resolver.
Constructors
Link copied to clipboard
fun GetOutboundEndpointResult(etag: String, id: String, location: String, name: String, provisioningState: String, resourceGuid: String, subnet: SubResourceResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)