Get Frontends Interface Result
data class GetFrontendsInterfaceResult(val id: String, val ipAddressVersion: String? = null, val location: String, val mode: String? = null, val name: String, val provisioningState: String, val publicIPAddress: FrontendPropertiesIPAddressResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Frontend Subresource of Traffic Controller.
Constructors
Link copied to clipboard
fun GetFrontendsInterfaceResult(id: String, ipAddressVersion: String? = null, location: String, mode: String? = null, name: String, provisioningState: String, publicIPAddress: FrontendPropertiesIPAddressResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)