Package-level declarations
Types
Link copied to clipboard
Association Subnet.
Link copied to clipboard
Frontend IP Address.
Link copied to clipboard
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
Link copied to clipboard
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.
Link copied to clipboard
data class GetTrafficControllerInterfaceResult(val associations: List<ResourceIDResponse>, val configurationEndpoints: List<String>, val frontends: List<ResourceIDResponse>, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Concrete tracked resource types can be created by aliasing this type using a specific property type.
Link copied to clipboard
Resource ID definition used by parent to reference child resources.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.