ProfilesOperations interface

Interface représentant les opérations de Profile.

Propriétés

beginCanMigrate
beginCanMigrateAndWait
beginCdnCanMigrateToAfd
beginCdnCanMigrateToAfdAndWait
beginCdnMigrateToAfd
beginCdnMigrateToAfdAndWait
beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginMigrate
beginMigrateAndWait
beginMigrationAbort
beginMigrationAbortAndWait
beginMigrationCommit
beginMigrationCommitAndWait
beginUpdate
beginUpdateAndWait
canMigrate

Vérifie si le profil CDN peut être migré vers Azure profil Frontdoor(Standard/Premium).

cdnCanMigrateToAfd

Vérifie si le profil CDN peut être migré vers Azure profil Frontdoor(Standard/Premium).

cdnMigrateToAfd

Migrez le profil CDN vers Azure profil Frontdoor(Standard/Premium). Cette étape prépare le profil de migration et sera suivie par Commit pour finaliser la migration.

create

Crée un nouveau profil Azure Front Door Standard ou Azure Front Door Premium ou CDN avec un nom de profil sous l’abonnement et le groupe de ressources spécifiés.

delete

Supprime un profil Azure Front Door Standard ou Azure Front Door Premium ou CDN existant avec les paramètres spécifiés. La suppression d’un profil entraîne la suppression de toutes les sous-ressources, notamment les points de terminaison, les origines et les domaines personnalisés.

generateSsoUri

Génère un URI SSO dynamique utilisé pour se connecter au portail supplémentaire du CDN. Le portail supplémentaire est utilisé pour configurer des fonctionnalités avancées qui ne sont pas encore disponibles dans le portail Azure, telles que les rapports principaux dans un profil standard ; le moteur de règles, les rapports HTTP avancés, ainsi que les statistiques et alertes en temps réel dans un profil premium. L’URI SSO change environ toutes les 10 minutes.

get

Obtient un Azure Front Door profil Standard ou Azure Front Door Premium ou CDN avec le nom de profil spécifié sous l’abonnement et le groupe de ressources spécifiés.

list

Liste tous les profils Azure Front Door Standard, Azure Front Door Premium et CDN au sein d’un abonnement Azure.

listByResourceGroup

Liste tous les profils Azure Front Door Standard, Azure Front Door Premium et CDN au sein d’un groupe de ressources.

listResourceUsage

Vérifie le quota et l’utilisation réelle des points de terminaison sous le profil Azure Front Door standard ou Azure Front Door Standard ou CDN donné.

listSupportedOptimizationTypes

Obtient les types d’optimisation pris en charge pour le profil actuel. Un utilisateur peut créer un point de terminaison avec un type d’optimisation à partir des valeurs listées.

migrate

Migrez le profil CDN vers Azure profil Frontdoor(Standard/Premium). La modification doit être validée après cela.

migrationAbort

Abandonnez la migration vers Azure Frontdoor Premium/Standard.

migrationCommit

Validez le profil Azure Frontdoor(Standard/Premium) migré.

update

Met à jour un profil Azure Front Door standard ou Azure Front Door Standard ou CDN existant avec le nom de profil spécifié sous l’abonnement et le groupe de ressources spécifiés.

Détails de la propriété

beginCanMigrate

Avertissement

Cette API est à présent déconseillée.

use canMigrate instead

beginCanMigrate: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

Valeur de propriété

(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

beginCanMigrateAndWait

Avertissement

Cette API est à présent déconseillée.

use canMigrate instead

beginCanMigrateAndWait: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<CanMigrateResult>

Valeur de propriété

(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<CanMigrateResult>

beginCdnCanMigrateToAfd

Avertissement

Cette API est à présent déconseillée.

use cdnCanMigrateToAfd instead

beginCdnCanMigrateToAfd: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

beginCdnCanMigrateToAfdAndWait

Avertissement

Cette API est à présent déconseillée.

use cdnCanMigrateToAfd instead

beginCdnCanMigrateToAfdAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<CanMigrateResult>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<CanMigrateResult>

beginCdnMigrateToAfd

Avertissement

Cette API est à présent déconseillée.

use cdnMigrateToAfd instead

beginCdnMigrateToAfd: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

Valeur de propriété

(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

beginCdnMigrateToAfdAndWait

Avertissement

Cette API est à présent déconseillée.

use cdnMigrateToAfd instead

beginCdnMigrateToAfdAndWait: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<MigrateResult>

Valeur de propriété

(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<MigrateResult>

beginCreate

Avertissement

Cette API est à présent déconseillée.

use create instead

beginCreate: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

Valeur de propriété

(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

beginCreateAndWait

Avertissement

Cette API est à présent déconseillée.

use create instead

beginCreateAndWait: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<Profile>

Valeur de propriété

(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<Profile>

beginDelete

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDelete: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<void>

beginMigrate

Avertissement

Cette API est à présent déconseillée.

use migrate instead

beginMigrate: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

Valeur de propriété

(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

beginMigrateAndWait

Avertissement

Cette API est à présent déconseillée.

use migrate instead

beginMigrateAndWait: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<MigrateResult>

Valeur de propriété

(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<MigrateResult>

beginMigrationAbort

Avertissement

Cette API est à présent déconseillée.

use migrationAbort instead

beginMigrationAbort: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginMigrationAbortAndWait

Avertissement

Cette API est à présent déconseillée.

use migrationAbort instead

beginMigrationAbortAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<void>

beginMigrationCommit

Avertissement

Cette API est à présent déconseillée.

use migrationCommit instead

beginMigrationCommit: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginMigrationCommitAndWait

Avertissement

Cette API est à présent déconseillée.

use migrationCommit instead

beginMigrationCommitAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<void>

beginUpdate

Avertissement

Cette API est à présent déconseillée.

use update instead

beginUpdate: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

Valeur de propriété

(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

beginUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use update instead

beginUpdateAndWait: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<Profile>

Valeur de propriété

(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<Profile>

canMigrate

Vérifie si le profil CDN peut être migré vers Azure profil Frontdoor(Standard/Premium).

canMigrate: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

Valeur de propriété

(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

cdnCanMigrateToAfd

Vérifie si le profil CDN peut être migré vers Azure profil Frontdoor(Standard/Premium).

cdnCanMigrateToAfd: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

cdnMigrateToAfd

Migrez le profil CDN vers Azure profil Frontdoor(Standard/Premium). Cette étape prépare le profil de migration et sera suivie par Commit pour finaliser la migration.

cdnMigrateToAfd: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

Valeur de propriété

(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

create

Crée un nouveau profil Azure Front Door Standard ou Azure Front Door Premium ou CDN avec un nom de profil sous l’abonnement et le groupe de ressources spécifiés.

create: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

Valeur de propriété

(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

delete

Supprime un profil Azure Front Door Standard ou Azure Front Door Premium ou CDN existant avec les paramètres spécifiés. La suppression d’un profil entraîne la suppression de toutes les sous-ressources, notamment les points de terminaison, les origines et les domaines personnalisés.

delete: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

generateSsoUri

Génère un URI SSO dynamique utilisé pour se connecter au portail supplémentaire du CDN. Le portail supplémentaire est utilisé pour configurer des fonctionnalités avancées qui ne sont pas encore disponibles dans le portail Azure, telles que les rapports principaux dans un profil standard ; le moteur de règles, les rapports HTTP avancés, ainsi que les statistiques et alertes en temps réel dans un profil premium. L’URI SSO change environ toutes les 10 minutes.

generateSsoUri: (resourceGroupName: string, profileName: string, options?: ProfilesGenerateSsoUriOptionalParams) => Promise<SsoUri>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesGenerateSsoUriOptionalParams) => Promise<SsoUri>

get

Obtient un Azure Front Door profil Standard ou Azure Front Door Premium ou CDN avec le nom de profil spécifié sous l’abonnement et le groupe de ressources spécifiés.

get: (resourceGroupName: string, profileName: string, options?: ProfilesGetOptionalParams) => Promise<Profile>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesGetOptionalParams) => Promise<Profile>

list

Liste tous les profils Azure Front Door Standard, Azure Front Door Premium et CDN au sein d’un abonnement Azure.

list: (options?: ProfilesListOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

Valeur de propriété

(options?: ProfilesListOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

listByResourceGroup

Liste tous les profils Azure Front Door Standard, Azure Front Door Premium et CDN au sein d’un groupe de ressources.

listByResourceGroup: (resourceGroupName: string, options?: ProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

Valeur de propriété

(resourceGroupName: string, options?: ProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

listResourceUsage

Vérifie le quota et l’utilisation réelle des points de terminaison sous le profil Azure Front Door standard ou Azure Front Door Standard ou CDN donné.

listResourceUsage: (resourceGroupName: string, profileName: string, options?: ProfilesListResourceUsageOptionalParams) => PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesListResourceUsageOptionalParams) => PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>

listSupportedOptimizationTypes

Obtient les types d’optimisation pris en charge pour le profil actuel. Un utilisateur peut créer un point de terminaison avec un type d’optimisation à partir des valeurs listées.

listSupportedOptimizationTypes: (resourceGroupName: string, profileName: string, options?: ProfilesListSupportedOptimizationTypesOptionalParams) => Promise<SupportedOptimizationTypesListResult>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesListSupportedOptimizationTypesOptionalParams) => Promise<SupportedOptimizationTypesListResult>

migrate

Migrez le profil CDN vers Azure profil Frontdoor(Standard/Premium). La modification doit être validée après cela.

migrate: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

Valeur de propriété

(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

migrationAbort

Abandonnez la migration vers Azure Frontdoor Premium/Standard.

migrationAbort: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => PollerLike<OperationState<void>, void>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => PollerLike<OperationState<void>, void>

migrationCommit

Validez le profil Azure Frontdoor(Standard/Premium) migré.

migrationCommit: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => PollerLike<OperationState<void>, void>

Valeur de propriété

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => PollerLike<OperationState<void>, void>

update

Met à jour un profil Azure Front Door standard ou Azure Front Door Standard ou CDN existant avec le nom de profil spécifié sous l’abonnement et le groupe de ressources spécifiés.

update: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

Valeur de propriété

(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>