ProfilesOperationsExtensions.ListSupportedOptimizationTypes Method

Definition

Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values.

public static Microsoft.Azure.Management.Cdn.Models.SupportedOptimizationTypesListResult ListSupportedOptimizationTypes (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName);
static member ListSupportedOptimizationTypes : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string -> Microsoft.Azure.Management.Cdn.Models.SupportedOptimizationTypesListResult
<Extension()>
Public Function ListSupportedOptimizationTypes (operations As IProfilesOperations, resourceGroupName As String, profileName As String) As SupportedOptimizationTypesListResult

Parameters

operations
IProfilesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

profileName
String

Name of the CDN profile which is unique within the resource group.

Returns

Applies to