ProfilesOperations interface
Schnittstelle, die Profile repräsentiert.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| can |
Überprüft, ob das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil migriert werden kann. |
| cdn |
Überprüft, ob das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil migriert werden kann. |
| cdn |
Migrieren Sie das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil. Dieser Schritt bereitet das Profil für die Migration vor und folgt dem Commit, um die Migration abzuschließen. |
| create | Erstellt ein neues Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit einem Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe. |
| delete | Löscht ein vorhandenes Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit den angegebenen Parametern. Das Löschen eines Profils führt zum Löschen aller Unterressourcen, einschließlich Endpunkten, Ursprüngen und benutzerdefinierten Domänen. |
| generate |
Erzeugt eine dynamische SSO-URI, die zur Anmeldung im CDN-Zusatzportal verwendet wird. Das Supplemental Portal wird verwendet, um erweiterte Funktionen zu konfigurieren, die im Azure-Portal noch nicht verfügbar sind, wie zum Beispiel Kernberichte in einem Standardprofil; Regel-Engine, erweiterte HTTP-Berichte sowie Echtzeit-Statistiken und Warnungen in einem Premium-Profil. Die SSO-URI ändert sich etwa alle 10 Minuten. |
| get | Ruft ein Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit dem angegebenen Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe ab. |
| list | Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile innerhalb eines Azure-Abonnements auf. |
| list |
Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile innerhalb einer Resource Group auf. |
| list |
Überprüft das Kontingent und die tatsächliche Nutzung von Endpunkten unter dem angegebenen Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil. |
| list |
Ruft die unterstützten Optimierungstypen für das aktuelle Profil ab. Ein Benutzer kann einen Endpunkt mit einem Optimierungstyp aus den angegebenen Werten erstellen. |
| migrate | Migrieren Sie das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil. Die Änderung muss danach übernommen werden. |
| migration |
Beenden Sie die Migration zu Azure Frontdoor Premium/Standard. |
| migration |
Übernehmen Sie das migrierte Azure Frontdoor(Standard/Premium)-Profil. |
| update | Aktualisiert ein vorhandenes Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit dem angegebenen Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe. |
Details zur Eigenschaft
beginCanMigrate
Warnung
Diese API ist nun veraltet.
use canMigrate instead
beginCanMigrate: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>
Eigenschaftswert
(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>
beginCanMigrateAndWait
Warnung
Diese API ist nun veraltet.
use canMigrate instead
beginCanMigrateAndWait: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<CanMigrateResult>
Eigenschaftswert
(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<CanMigrateResult>
beginCdnCanMigrateToAfd
Warnung
Diese API ist nun veraltet.
use cdnCanMigrateToAfd instead
beginCdnCanMigrateToAfd: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>
beginCdnCanMigrateToAfdAndWait
Warnung
Diese API ist nun veraltet.
use cdnCanMigrateToAfd instead
beginCdnCanMigrateToAfdAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<CanMigrateResult>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<CanMigrateResult>
beginCdnMigrateToAfd
Warnung
Diese API ist nun veraltet.
use cdnMigrateToAfd instead
beginCdnMigrateToAfd: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>
Eigenschaftswert
(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>
beginCdnMigrateToAfdAndWait
Warnung
Diese API ist nun veraltet.
use cdnMigrateToAfd instead
beginCdnMigrateToAfdAndWait: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<MigrateResult>
Eigenschaftswert
(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<MigrateResult>
beginCreate
Warnung
Diese API ist nun veraltet.
use create instead
beginCreate: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>
Eigenschaftswert
(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>
beginCreateAndWait
Warnung
Diese API ist nun veraltet.
use create instead
beginCreateAndWait: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<Profile>
Eigenschaftswert
(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<Profile>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<void>
beginMigrate
Warnung
Diese API ist nun veraltet.
use migrate instead
beginMigrate: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>
Eigenschaftswert
(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>
beginMigrateAndWait
Warnung
Diese API ist nun veraltet.
use migrate instead
beginMigrateAndWait: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<MigrateResult>
Eigenschaftswert
(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<MigrateResult>
beginMigrationAbort
Warnung
Diese API ist nun veraltet.
use migrationAbort instead
beginMigrationAbort: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginMigrationAbortAndWait
Warnung
Diese API ist nun veraltet.
use migrationAbort instead
beginMigrationAbortAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<void>
beginMigrationCommit
Warnung
Diese API ist nun veraltet.
use migrationCommit instead
beginMigrationCommit: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginMigrationCommitAndWait
Warnung
Diese API ist nun veraltet.
use migrationCommit instead
beginMigrationCommitAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>
Eigenschaftswert
(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<Profile>
Eigenschaftswert
(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<Profile>
canMigrate
Überprüft, ob das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil migriert werden kann.
canMigrate: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>
Eigenschaftswert
(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>
cdnCanMigrateToAfd
Überprüft, ob das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil migriert werden kann.
cdnCanMigrateToAfd: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>
cdnMigrateToAfd
Migrieren Sie das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil. Dieser Schritt bereitet das Profil für die Migration vor und folgt dem Commit, um die Migration abzuschließen.
cdnMigrateToAfd: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>
Eigenschaftswert
(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>
create
Erstellt ein neues Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit einem Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe.
create: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => PollerLike<OperationState<Profile>, Profile>
Eigenschaftswert
(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => PollerLike<OperationState<Profile>, Profile>
delete
Löscht ein vorhandenes Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit den angegebenen Parametern. Das Löschen eines Profils führt zum Löschen aller Unterressourcen, einschließlich Endpunkten, Ursprüngen und benutzerdefinierten Domänen.
delete: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
generateSsoUri
Erzeugt eine dynamische SSO-URI, die zur Anmeldung im CDN-Zusatzportal verwendet wird. Das Supplemental Portal wird verwendet, um erweiterte Funktionen zu konfigurieren, die im Azure-Portal noch nicht verfügbar sind, wie zum Beispiel Kernberichte in einem Standardprofil; Regel-Engine, erweiterte HTTP-Berichte sowie Echtzeit-Statistiken und Warnungen in einem Premium-Profil. Die SSO-URI ändert sich etwa alle 10 Minuten.
generateSsoUri: (resourceGroupName: string, profileName: string, options?: ProfilesGenerateSsoUriOptionalParams) => Promise<SsoUri>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesGenerateSsoUriOptionalParams) => Promise<SsoUri>
get
Ruft ein Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit dem angegebenen Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe ab.
get: (resourceGroupName: string, profileName: string, options?: ProfilesGetOptionalParams) => Promise<Profile>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesGetOptionalParams) => Promise<Profile>
list
Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile innerhalb eines Azure-Abonnements auf.
list: (options?: ProfilesListOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>
Eigenschaftswert
(options?: ProfilesListOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>
listByResourceGroup
Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile innerhalb einer Resource Group auf.
listByResourceGroup: (resourceGroupName: string, options?: ProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: ProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Profile, Profile[], PageSettings>
listResourceUsage
Überprüft das Kontingent und die tatsächliche Nutzung von Endpunkten unter dem angegebenen Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil.
listResourceUsage: (resourceGroupName: string, profileName: string, options?: ProfilesListResourceUsageOptionalParams) => PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesListResourceUsageOptionalParams) => PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>
listSupportedOptimizationTypes
Ruft die unterstützten Optimierungstypen für das aktuelle Profil ab. Ein Benutzer kann einen Endpunkt mit einem Optimierungstyp aus den angegebenen Werten erstellen.
listSupportedOptimizationTypes: (resourceGroupName: string, profileName: string, options?: ProfilesListSupportedOptimizationTypesOptionalParams) => Promise<SupportedOptimizationTypesListResult>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesListSupportedOptimizationTypesOptionalParams) => Promise<SupportedOptimizationTypesListResult>
migrate
Migrieren Sie das CDN-Profil zu Azure Frontdoor(Standard/Premium)-Profil. Die Änderung muss danach übernommen werden.
migrate: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>
Eigenschaftswert
(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>
migrationAbort
Beenden Sie die Migration zu Azure Frontdoor Premium/Standard.
migrationAbort: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => PollerLike<OperationState<void>, void>
migrationCommit
Übernehmen Sie das migrierte Azure Frontdoor(Standard/Premium)-Profil.
migrationCommit: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => PollerLike<OperationState<void>, void>
update
Aktualisiert ein vorhandenes Azure Front Door Standard- oder Azure Front Door Premium- oder CDN-Profil mit dem angegebenen Profilnamen unter dem angegebenen Abonnement und der angegebenen Ressourcengruppe.
update: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>
Eigenschaftswert
(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>