Package-level declarations

Types

Link copied to clipboard
class AssociationsInterface : KotlinCustomResource

Association Subresource of Traffic Controller Uses Azure REST API version 2023-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01, 2025-03-01-preview.

Link copied to clipboard
data class AssociationsInterfaceArgs(val associationName: Output<String>? = null, val associationType: Output<Either<String, AssociationType>>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val subnet: Output<AssociationSubnetArgs>? = null, val tags: Output<Map<String, String>>? = null, val trafficControllerName: Output<String>? = null) : ConvertibleToJava<AssociationsInterfaceArgs>

Association Subresource of Traffic Controller Uses Azure REST API version 2023-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
class FrontendsInterface : KotlinCustomResource

Frontend Subresource of Traffic Controller. Uses Azure REST API version 2023-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01, 2025-03-01-preview.

Link copied to clipboard
data class FrontendsInterfaceArgs(val frontendName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trafficControllerName: Output<String>? = null) : ConvertibleToJava<FrontendsInterfaceArgs>

Frontend Subresource of Traffic Controller. Uses Azure REST API version 2023-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
class SecurityPoliciesInterface : KotlinCustomResource

SecurityPolicy Subresource of Traffic Controller. Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2025-01-01, 2025-03-01-preview.

Link copied to clipboard
data class SecurityPoliciesInterfaceArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val securityPolicyName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trafficControllerName: Output<String>? = null, val wafPolicy: Output<WafPolicyArgs>? = null) : ConvertibleToJava<SecurityPoliciesInterfaceArgs>

SecurityPolicy Subresource of Traffic Controller. Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2025-01-01, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
class TrafficControllerInterface : KotlinCustomResource

Concrete tracked resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01, 2025-03-01-preview.

Link copied to clipboard
data class TrafficControllerInterfaceArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trafficControllerName: Output<String>? = null) : ConvertibleToJava<TrafficControllerInterfaceArgs>

Concrete tracked resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01, 2025-03-01-preview.

Functions