Package-level declarations
Types
Link copied to clipboard
Association Subnet.
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
Link copied to clipboard
data class GetSecurityPoliciesInterfaceResult(val id: String, val location: String, val name: String, val policyType: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val wafPolicy: WafPolicyResponse? = null)
SecurityPolicy 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.
Link copied to clipboard
Web Application Firewall Policy