getProfile

Gets an Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group. Uses Azure REST API version 2023-05-01. Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-09-01.

Return

A profile is a logical grouping of endpoints that share the same settings.

Parameters

argument

null


suspend fun getProfile(profileName: String, resourceGroupName: String): GetProfileResult

Return

A profile is a logical grouping of endpoints that share the same settings.

Parameters

profileName

Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.

See also


suspend fun getProfile(argument: suspend GetProfilePlainArgsBuilder.() -> Unit): GetProfileResult

Return

A profile is a logical grouping of endpoints that share the same settings.

Parameters

argument

Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetProfilePlainArgs.

See also