FrontdoorFunctions

Functions

Link copied to clipboard

Defines the properties of an Experiment Uses Azure REST API version 2019-11-01.

suspend fun getExperiment(experimentName: String, profileName: String, resourceGroupName: String): GetExperimentResult
Link copied to clipboard

Gets a Front Door with the specified Front Door name under the specified subscription and resource group. Uses Azure REST API version 2021-06-01. Other available API versions: 2019-04-01, 2019-05-01, 2020-01-01, 2020-04-01, 2020-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native frontdoor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getFrontDoor(frontDoorName: String, resourceGroupName: String): GetFrontDoorResult
Link copied to clipboard

Defines an Network Experiment Profile and lists of Experiments Uses Azure REST API version 2019-11-01.

suspend fun getNetworkExperimentProfile(profileName: String, resourceGroupName: String): GetNetworkExperimentProfileResult
Link copied to clipboard

Retrieve protection policy with specified name within a resource group. Uses Azure REST API version 2024-02-01. Other available API versions: 2019-03-01, 2019-10-01, 2020-04-01, 2020-11-01, 2021-06-01, 2022-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native frontdoor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getPolicy(argument: suspend GetPolicyPlainArgsBuilder.() -> Unit): GetPolicyResult
suspend fun getPolicy(policyName: String, resourceGroupName: String): GetPolicyResult
Link copied to clipboard

Gets a Rules Engine Configuration with the specified name within the specified Front Door. Uses Azure REST API version 2021-06-01. Other available API versions: 2020-01-01, 2020-04-01, 2020-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native frontdoor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getRulesEngine(frontDoorName: String, resourceGroupName: String, rulesEngineName: String): GetRulesEngineResult