Uses of Class
com.azure.resourcemanager.cdn.models.ProfileUpgradeParameters
Packages that use ProfileUpgradeParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ProfileUpgradeParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type ProfileUpgradeParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>, ProfileInner> AfdProfilesClient.beginUpgrade(String resourceGroupName, String profileName, ProfileUpgradeParameters profileUpgradeParameters) Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>, ProfileInner> AfdProfilesClient.beginUpgrade(String resourceGroupName, String profileName, ProfileUpgradeParameters profileUpgradeParameters, com.azure.core.util.Context context) Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>, ProfileInner> AfdProfilesClient.beginUpgradeAsync(String resourceGroupName, String profileName, ProfileUpgradeParameters profileUpgradeParameters) Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.AfdProfilesClient.upgrade(String resourceGroupName, String profileName, ProfileUpgradeParameters profileUpgradeParameters) Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.AfdProfilesClient.upgrade(String resourceGroupName, String profileName, ProfileUpgradeParameters profileUpgradeParameters, com.azure.core.util.Context context) Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.AfdProfilesClient.upgradeAsync(String resourceGroupName, String profileName, ProfileUpgradeParameters profileUpgradeParameters) Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> AfdProfilesClient.upgradeWithResponseAsync(String resourceGroupName, String profileName, ProfileUpgradeParameters profileUpgradeParameters) Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor. -
Uses of ProfileUpgradeParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ProfileUpgradeParametersModifier and TypeClassDescriptionfinal classParameters required for profile upgrade.Methods in com.azure.resourcemanager.cdn.models that return ProfileUpgradeParametersModifier and TypeMethodDescriptionstatic ProfileUpgradeParametersProfileUpgradeParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProfileUpgradeParameters from the JsonReader.ProfileUpgradeParameters.withWafMappingList(List<ProfileChangeSkuWafMapping> wafMappingList) Set the wafMappingList property: Web Application Firewall (WAF) and security policy mapping for the profile upgrade.