This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values. API Version: 2020-09-01.
Using getProfileSupportedOptimizationTypes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProfileSupportedOptimizationTypes(args: GetProfileSupportedOptimizationTypesArgs, opts?: InvokeOptions): Promise<GetProfileSupportedOptimizationTypesResult>
function getProfileSupportedOptimizationTypesOutput(args: GetProfileSupportedOptimizationTypesOutputArgs, opts?: InvokeOptions): Output<GetProfileSupportedOptimizationTypesResult>def get_profile_supported_optimization_types(profile_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProfileSupportedOptimizationTypesResult
def get_profile_supported_optimization_types_output(profile_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProfileSupportedOptimizationTypesResult]func GetProfileSupportedOptimizationTypes(ctx *Context, args *GetProfileSupportedOptimizationTypesArgs, opts ...InvokeOption) (*GetProfileSupportedOptimizationTypesResult, error)
func GetProfileSupportedOptimizationTypesOutput(ctx *Context, args *GetProfileSupportedOptimizationTypesOutputArgs, opts ...InvokeOption) GetProfileSupportedOptimizationTypesResultOutput> Note: This function is named GetProfileSupportedOptimizationTypes in the Go SDK.
public static class GetProfileSupportedOptimizationTypes
{
public static Task<GetProfileSupportedOptimizationTypesResult> InvokeAsync(GetProfileSupportedOptimizationTypesArgs args, InvokeOptions? opts = null)
public static Output<GetProfileSupportedOptimizationTypesResult> Invoke(GetProfileSupportedOptimizationTypesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProfileSupportedOptimizationTypesResult> getProfileSupportedOptimizationTypes(GetProfileSupportedOptimizationTypesArgs args, InvokeOptions options)
public static Output<GetProfileSupportedOptimizationTypesResult> getProfileSupportedOptimizationTypes(GetProfileSupportedOptimizationTypesArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:cdn:getProfileSupportedOptimizationTypes
arguments:
# arguments dictionaryThe following arguments are supported:
- Profile
Name string - Name of the CDN profile which is unique within the resource group.
- Resource
Group stringName - Name of the Resource group within the Azure subscription.
- Profile
Name string - Name of the CDN profile which is unique within the resource group.
- Resource
Group stringName - Name of the Resource group within the Azure subscription.
- profile
Name String - Name of the CDN profile which is unique within the resource group.
- resource
Group StringName - Name of the Resource group within the Azure subscription.
- profile
Name string - Name of the CDN profile which is unique within the resource group.
- resource
Group stringName - Name of the Resource group within the Azure subscription.
- profile_
name str - Name of the CDN profile which is unique within the resource group.
- resource_
group_ strname - Name of the Resource group within the Azure subscription.
- profile
Name String - Name of the CDN profile which is unique within the resource group.
- resource
Group StringName - Name of the Resource group within the Azure subscription.
getProfileSupportedOptimizationTypes Result
The following output properties are available:
- Supported
Optimization List<string>Types - Supported optimization types for a profile.
- Supported
Optimization []stringTypes - Supported optimization types for a profile.
- supported
Optimization List<String>Types - Supported optimization types for a profile.
- supported
Optimization string[]Types - Supported optimization types for a profile.
- supported_
optimization_ Sequence[str]types - Supported optimization types for a profile.
- supported
Optimization List<String>Types - Supported optimization types for a profile.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
