get Frontdoor Profile
Use this data source to access information about an existing Front Door (standard/premium) Profile.
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.GetFrontdoorProfileArgs;
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.getFrontdoorProfile(GetFrontdoorProfileArgs.builder()
.name("existing-cdn-profile")
.resourceGroupName("existing-resources")
.build());
}
}
Content copied to clipboard
Return
A collection of values returned by getFrontdoorProfile.
Parameters
argument
A collection of arguments for invoking getFrontdoorProfile.
Return
A collection of values returned by getFrontdoorProfile.
See also
Parameters
name
Specifies the name of the Front Door Profile.
resource Group Name
The name of the Resource Group where this Front Door Profile exists.
suspend fun getFrontdoorProfile(argument: suspend GetFrontdoorProfilePlainArgsBuilder.() -> Unit): GetFrontdoorProfileResult
Return
A collection of values returned by getFrontdoorProfile.
See also
Parameters
argument
Builder for com.pulumi.azure.cdn.kotlin.inputs.GetFrontdoorProfilePlainArgs.