Get Associations Interface Result
data class GetAssociationsInterfaceResult(val associationType: String, val id: String, val location: String, val name: String, val provisioningState: String, val subnet: AssociationSubnetResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Association Subresource of Traffic Controller
Constructors
Link copied to clipboard
fun GetAssociationsInterfaceResult(associationType: String, id: String, location: String, name: String, provisioningState: String, subnet: AssociationSubnetResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)