Package-level declarations

Types

Link copied to clipboard
class AssociationsInterface : KotlinCustomResource

Association Subresource of Traffic Controller Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01.

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 Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01.

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

Frontend Subresource of Traffic Controller. Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01.

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. Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01.

Link copied to clipboard
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. Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01.

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. Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01.

Functions