Uses of Class
com.azure.resourcemanager.cdn.models.CanMigrateParameters
Packages that use CanMigrateParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of CanMigrateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type CanMigrateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CanMigrateResultInner>, CanMigrateResultInner> ProfilesClient.beginCanMigrate(String resourceGroupName, CanMigrateParameters canMigrateParameters) Checks if CDN profile can be migrated to Azure Frontdoor(Standard/Premium) profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CanMigrateResultInner>, CanMigrateResultInner> ProfilesClient.beginCanMigrate(String resourceGroupName, CanMigrateParameters canMigrateParameters, com.azure.core.util.Context context) Checks if CDN profile can be migrated to Azure Frontdoor(Standard/Premium) profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CanMigrateResultInner>, CanMigrateResultInner> ProfilesClient.beginCanMigrateAsync(String resourceGroupName, CanMigrateParameters canMigrateParameters) Checks if CDN profile can be migrated to Azure Frontdoor(Standard/Premium) profile.ProfilesClient.canMigrate(String resourceGroupName, CanMigrateParameters canMigrateParameters) Checks if CDN profile can be migrated to Azure Frontdoor(Standard/Premium) profile.ProfilesClient.canMigrate(String resourceGroupName, CanMigrateParameters canMigrateParameters, com.azure.core.util.Context context) Checks if CDN profile can be migrated to Azure Frontdoor(Standard/Premium) profile.ProfilesClient.canMigrateAsync(String resourceGroupName, CanMigrateParameters canMigrateParameters) Checks if CDN profile can be migrated to Azure Frontdoor(Standard/Premium) profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ProfilesClient.canMigrateWithResponseAsync(String resourceGroupName, CanMigrateParameters canMigrateParameters) Checks if CDN profile can be migrated to Azure Frontdoor(Standard/Premium) profile. -
Uses of CanMigrateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CanMigrateParametersModifier and TypeMethodDescriptionstatic CanMigrateParametersCanMigrateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CanMigrateParameters from the JsonReader.CanMigrateParameters.withClassicResourceReference(ResourceReference classicResourceReference) Set the classicResourceReference property: Resource reference of the classic cdn profile or classic frontdoor that need to be migrated.