Package-level declarations

Types

Link copied to clipboard
class AssociationsInterface : KotlinCustomResource

Association Subresource of Traffic Controller Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview. Other available API versions: 2023-05-01-preview, 2023-11-01, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview. Other available API versions: 2023-05-01-preview, 2023-11-01, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Frontend Sub Resource of Traffic Controller. Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview. Other available API versions: 2023-05-01-preview, 2023-11-01, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 Sub Resource of Traffic Controller. Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview. Other available API versions: 2023-05-01-preview, 2023-11-01, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

SecurityPolicy Subresource of Traffic Controller. Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview. Other available API versions: 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview. Other available API versions: 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview. Other available API versions: 2023-05-01-preview, 2023-11-01, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class TrafficControllerInterfaceArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val securityPolicyConfigurations: Output<SecurityPolicyConfigurationsArgs>? = 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 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview. Other available API versions: 2023-05-01-preview, 2023-11-01, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicenetworking [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Functions