ProfilesOperations interface

Interfejs reprezentujący operacje Profile.

Właściwości

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

Sprawdza, czy profil CDN można migrować do profilu usługi Azure Frontdoor(Standard/Premium).

cdnCanMigrateToAfd

Sprawdza, czy profil CDN można migrować do profilu usługi Azure Frontdoor(Standard/Premium).

cdnMigrateToAfd

Przeprowadź migrację profilu usługi CDN do profilu usługi Azure Frontdoor(Standard/Premium). Ten krok przygotowuje profil do migracji i zostanie następnie zatwierdzony w celu sfinalizowania migracji.

create

Tworzy nowy profil Azure Front Door w warstwie Standardowa lub Azure Front Door Premium lub CDN z nazwą profilu w ramach określonej subskrypcji i grupy zasobów.

delete

Usuwa istniejący profil Azure Front Door Standard lub Azure Front Door Premium lub CDN z określonymi parametrami. Usunięcie profilu spowoduje usunięcie wszystkich zasobów podrzędnych, w tym punktów końcowych, źródeł i domen niestandardowych.

generateSsoUri

Generuje dynamiczny URI SSO używany do logowania się do dodatkowego portalu CDN. Portal uzupełniający służy do konfigurowania zaawansowanych funkcji funkcji, które nie są jeszcze dostępne w portalu Azure, takich jak raporty podstawowe w standardowym profilu; silnik reguł, zaawansowane raporty HTTP oraz statystyki i alerty w czasie rzeczywistym w profilu premium. URI SSO zmienia się mniej więcej co 10 minut.

get

Pobiera profil Azure Front Door w warstwie Standardowa lub Azure Front Door Premium lub CDN z określoną nazwą profilu w ramach określonej subskrypcji i grupy zasobów.

list

Zawiera wszystkie profile Azure Front Door Standard, Azure Front Door Premium oraz CDN w ramach subskrypcji Azure.

listByResourceGroup

Zawiera wszystkie profile Azure Front Door Standard, Azure Front Door Premium oraz CDN w ramach grupy zasobów.

listResourceUsage

Sprawdza limit przydziału i rzeczywiste użycie punktów końcowych w ramach danego profilu Azure Front Door Standard lub Azure Front Door Premium lub CDN.

listSupportedOptimizationTypes

Pobiera obsługiwane typy optymalizacji dla bieżącego profilu. Użytkownik może utworzyć punkt końcowy z typem optymalizacji na podstawie wymienionych wartości.

migrate

Przeprowadź migrację profilu usługi CDN do profilu usługi Azure Frontdoor(Standard/Premium). Zmiana musi zostać zatwierdzona po tym.

migrationAbort

Przerwanie migracji do usługi Azure Frontdoor Premium/Standard.

migrationCommit

Zatwierdź zmigrowany profil Azure Frontdoor(Standard/Premium).

update

Aktualizuje istniejący profil Azure Front Door Standard lub Azure Front Door Premium lub CDN o określonej nazwie profilu w ramach określonej subskrypcji i grupy zasobów.

Szczegóły właściwości

beginCanMigrate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use canMigrate instead

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

Wartość właściwości

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

beginCanMigrateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use canMigrate instead

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

Wartość właściwości

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

beginCdnCanMigrateToAfd

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use cdnCanMigrateToAfd instead

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

Wartość właściwości

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

beginCdnCanMigrateToAfdAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use cdnCanMigrateToAfd instead

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

Wartość właściwości

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

beginCdnMigrateToAfd

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use cdnMigrateToAfd instead

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

Wartość właściwości

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

beginCdnMigrateToAfdAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use cdnMigrateToAfd instead

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

Wartość właściwości

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

beginCreate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use create instead

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

Wartość właściwości

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

beginCreateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use create instead

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

Wartość właściwości

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

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

beginMigrate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use migrate instead

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

Wartość właściwości

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

beginMigrateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use migrate instead

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

Wartość właściwości

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

beginMigrationAbort

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use migrationAbort instead

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

Wartość właściwości

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

beginMigrationAbortAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use migrationAbort instead

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

Wartość właściwości

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

beginMigrationCommit

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use migrationCommit instead

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

Wartość właściwości

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

beginMigrationCommitAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use migrationCommit instead

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

Wartość właściwości

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

beginUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

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

Wartość właściwości

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

beginUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

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

Wartość właściwości

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

canMigrate

Sprawdza, czy profil CDN można migrować do profilu usługi Azure Frontdoor(Standard/Premium).

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

Wartość właściwości

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

cdnCanMigrateToAfd

Sprawdza, czy profil CDN można migrować do profilu usługi Azure Frontdoor(Standard/Premium).

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

Wartość właściwości

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

cdnMigrateToAfd

Przeprowadź migrację profilu usługi CDN do profilu usługi Azure Frontdoor(Standard/Premium). Ten krok przygotowuje profil do migracji i zostanie następnie zatwierdzony w celu sfinalizowania migracji.

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

Wartość właściwości

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

create

Tworzy nowy profil Azure Front Door w warstwie Standardowa lub Azure Front Door Premium lub CDN z nazwą profilu w ramach określonej subskrypcji i grupy zasobów.

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

Wartość właściwości

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

delete

Usuwa istniejący profil Azure Front Door Standard lub Azure Front Door Premium lub CDN z określonymi parametrami. Usunięcie profilu spowoduje usunięcie wszystkich zasobów podrzędnych, w tym punktów końcowych, źródeł i domen niestandardowych.

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

Wartość właściwości

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

generateSsoUri

Generuje dynamiczny URI SSO używany do logowania się do dodatkowego portalu CDN. Portal uzupełniający służy do konfigurowania zaawansowanych funkcji funkcji, które nie są jeszcze dostępne w portalu Azure, takich jak raporty podstawowe w standardowym profilu; silnik reguł, zaawansowane raporty HTTP oraz statystyki i alerty w czasie rzeczywistym w profilu premium. URI SSO zmienia się mniej więcej co 10 minut.

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

Wartość właściwości

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

get

Pobiera profil Azure Front Door w warstwie Standardowa lub Azure Front Door Premium lub CDN z określoną nazwą profilu w ramach określonej subskrypcji i grupy zasobów.

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

Wartość właściwości

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

list

Zawiera wszystkie profile Azure Front Door Standard, Azure Front Door Premium oraz CDN w ramach subskrypcji Azure.

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

Wartość właściwości

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

listByResourceGroup

Zawiera wszystkie profile Azure Front Door Standard, Azure Front Door Premium oraz CDN w ramach grupy zasobów.

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

Wartość właściwości

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

listResourceUsage

Sprawdza limit przydziału i rzeczywiste użycie punktów końcowych w ramach danego profilu Azure Front Door Standard lub Azure Front Door Premium lub CDN.

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

Wartość właściwości

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

listSupportedOptimizationTypes

Pobiera obsługiwane typy optymalizacji dla bieżącego profilu. Użytkownik może utworzyć punkt końcowy z typem optymalizacji na podstawie wymienionych wartości.

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

Wartość właściwości

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

migrate

Przeprowadź migrację profilu usługi CDN do profilu usługi Azure Frontdoor(Standard/Premium). Zmiana musi zostać zatwierdzona po tym.

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

Wartość właściwości

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

migrationAbort

Przerwanie migracji do usługi Azure Frontdoor Premium/Standard.

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

Wartość właściwości

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

migrationCommit

Zatwierdź zmigrowany profil Azure Frontdoor(Standard/Premium).

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

Wartość właściwości

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

update

Aktualizuje istniejący profil Azure Front Door Standard lub Azure Front Door Premium lub CDN o określonej nazwie profilu w ramach określonej subskrypcji i grupy zasobów.

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

Wartość właściwości

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