Uses of Class
com.azure.resourcemanager.cdn.models.MigrationParameters
Packages that use MigrationParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of MigrationParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type MigrationParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MigrateResultInner>, MigrateResultInner> ProfilesClient.beginMigrate(String resourceGroupName, MigrationParameters migrationParameters) Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MigrateResultInner>, MigrateResultInner> ProfilesClient.beginMigrate(String resourceGroupName, MigrationParameters migrationParameters, com.azure.core.util.Context context) Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MigrateResultInner>, MigrateResultInner> ProfilesClient.beginMigrateAsync(String resourceGroupName, MigrationParameters migrationParameters) Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile.ProfilesClient.migrate(String resourceGroupName, MigrationParameters migrationParameters) Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile.ProfilesClient.migrate(String resourceGroupName, MigrationParameters migrationParameters, com.azure.core.util.Context context) Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile.ProfilesClient.migrateAsync(String resourceGroupName, MigrationParameters migrationParameters) Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ProfilesClient.migrateWithResponseAsync(String resourceGroupName, MigrationParameters migrationParameters) Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile. -
Uses of MigrationParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type MigrationParametersModifier and TypeClassDescriptionfinal classRequest body for Migrate operation.Methods in com.azure.resourcemanager.cdn.models that return MigrationParametersModifier and TypeMethodDescriptionstatic MigrationParametersMigrationParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MigrationParameters from the JsonReader.MigrationParameters.withClassicResourceReference(ResourceReference classicResourceReference) Set the classicResourceReference property: Resource reference of the classic cdn profile or classic frontdoor that need to be migrated.MigrationParameters.withMigrationWebApplicationFirewallMappings(List<MigrationWebApplicationFirewallMapping> migrationWebApplicationFirewallMappings) Set the migrationWebApplicationFirewallMappings property: Waf mapping for the migrated profile.MigrationParameters.withProfileName(String profileName) Set the profileName property: Name of the new profile that need to be created.Set the sku property: Sku for the migration.