getFrontdoorRuleSet

Use this data source to access information about an existing Front Door (standard/premium) Rule Set.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.cdn.CdnFunctions;
import com.pulumi.azure.cdn.inputs.GetFrontdoorRuleSetArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = CdnFunctions.getFrontdoorRuleSet(GetFrontdoorRuleSetArgs.builder()
.name("existing-rule-set")
.profileName("existing-profile")
.resourceGroupName("existing-resources")
.build());
}
}

Return

A collection of values returned by getFrontdoorRuleSet.

Parameters

argument

A collection of arguments for invoking getFrontdoorRuleSet.


suspend fun getFrontdoorRuleSet(name: String, profileName: String, resourceGroupName: String): GetFrontdoorRuleSetResult

Return

A collection of values returned by getFrontdoorRuleSet.

See also

Parameters

name

Specifies the name of the Front Door Rule Set to retrieve.

profileName

Specifies the name of the Front Door Profile where this Front Door Rule Set exists.

resourceGroupName

Specifies the name of the Resource Group where the Front Door Profile exists.


Return

A collection of values returned by getFrontdoorRuleSet.

See also

Parameters

argument

Builder for com.pulumi.azure.cdn.kotlin.inputs.GetFrontdoorRuleSetPlainArgs.