getProfile

Gets a CDN profile with the specified profile name under the specified subscription and resource group. API Version: 2020-09-01.

Return

CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider and pricing tier.

Parameters

argument

null


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

Return

CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider and pricing tier.

Parameters

profileName

Name of the 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

CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider and pricing tier.

Parameters

argument

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

See also