ProfilesOperations interface

Interface die een profieloperatie vertegenwoordigt.

Eigenschappen

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

Controleert of het CDN-profiel kan worden gemigreerd naar Azure Frontdoor-profiel (Standard/Premium).

cdnCanMigrateToAfd

Controleert of het CDN-profiel kan worden gemigreerd naar Azure Frontdoor-profiel (Standard/Premium).

cdnMigrateToAfd

Migreer het CDN-profiel naar Azure Frontdoor-profiel (Standard/Premium). Deze stap bereidt het profiel voor op migratie en wordt gevolgd door Doorvoeren om de migratie te voltooien.

create

Hiermee maakt u een nieuw Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel met een profielnaam onder het opgegeven abonnement en de opgegeven resourcegroep.

delete

Hiermee verwijdert u een bestaand Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel met de opgegeven parameters. Als u een profiel verwijdert, worden alle subresources, inclusief eindpunten, oorsprongen en aangepaste domeinen, verwijderd.

generateSsoUri

Genereert een dynamische SSO URI waarmee je inloggt op het CDN-aanvullende portaal. Het aanvullende portaal wordt gebruikt om geavanceerde functiemogelijkheden te configureren die nog niet beschikbaar zijn in het Azure-portaal, zoals kernrapporten in een standaardprofiel; regelengine, geavanceerde HTTP-rapporten en realtime statistieken en waarschuwingen in een premium profiel. De SSO URI verandert ongeveer elke 10 minuten.

get

Hiermee haalt u een Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel op met de opgegeven profielnaam onder het opgegeven abonnement en de resourcegroep.

list

Geeft alle Azure Front Door Standard-, Azure Front Door Premium- en CDN-profielen op binnen een Azure-abonnement.

listByResourceGroup

Geeft alle Azure Front Door Standard-, Azure Front Door Premium- en CDN-profielen op binnen een resourcegroep.

listResourceUsage

Controleert het quotum en het werkelijke gebruik van eindpunten onder het opgegeven Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel.

listSupportedOptimizationTypes

Hiermee haalt u de ondersteunde optimalisatietypen voor het huidige profiel op. Een gebruiker kan een endpoint maken met een optimalisatietype uit de vermelde waarden.

migrate

Migreer het CDN-profiel naar Azure Frontdoor-profiel (Standard/Premium). De wijziging moet hierna worden doorgevoerd.

migrationAbort

De migratie naar Azure Frontdoor Premium/Standard afbreken.

migrationCommit

Voer het gemigreerde Azure Frontdoor-profiel (Standard/Premium) door.

update

Werkt een bestaand Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel bij met de opgegeven profielnaam onder het opgegeven abonnement en de resourcegroep.

Eigenschapdetails

beginCanMigrate

Waarschuwing

Deze API is nu afgeschaft.

use canMigrate instead

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

Waarde van eigenschap

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

beginCanMigrateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use canMigrate instead

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

Waarde van eigenschap

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

beginCdnCanMigrateToAfd

Waarschuwing

Deze API is nu afgeschaft.

use cdnCanMigrateToAfd instead

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

Waarde van eigenschap

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

beginCdnCanMigrateToAfdAndWait

Waarschuwing

Deze API is nu afgeschaft.

use cdnCanMigrateToAfd instead

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

Waarde van eigenschap

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

beginCdnMigrateToAfd

Waarschuwing

Deze API is nu afgeschaft.

use cdnMigrateToAfd instead

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

Waarde van eigenschap

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

beginCdnMigrateToAfdAndWait

Waarschuwing

Deze API is nu afgeschaft.

use cdnMigrateToAfd instead

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

Waarde van eigenschap

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

beginCreate

Waarschuwing

Deze API is nu afgeschaft.

use create instead

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

Waarde van eigenschap

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

beginCreateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use create instead

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

Waarde van eigenschap

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

beginDelete

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

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

Waarde van eigenschap

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

beginDeleteAndWait

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

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

Waarde van eigenschap

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

beginMigrate

Waarschuwing

Deze API is nu afgeschaft.

use migrate instead

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

Waarde van eigenschap

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

beginMigrateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use migrate instead

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

Waarde van eigenschap

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

beginMigrationAbort

Waarschuwing

Deze API is nu afgeschaft.

use migrationAbort instead

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

Waarde van eigenschap

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

beginMigrationAbortAndWait

Waarschuwing

Deze API is nu afgeschaft.

use migrationAbort instead

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

Waarde van eigenschap

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

beginMigrationCommit

Waarschuwing

Deze API is nu afgeschaft.

use migrationCommit instead

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

Waarde van eigenschap

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

beginMigrationCommitAndWait

Waarschuwing

Deze API is nu afgeschaft.

use migrationCommit instead

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

Waarde van eigenschap

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

beginUpdate

Waarschuwing

Deze API is nu afgeschaft.

use update instead

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

Waarde van eigenschap

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

beginUpdateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use update instead

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

Waarde van eigenschap

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

canMigrate

Controleert of het CDN-profiel kan worden gemigreerd naar Azure Frontdoor-profiel (Standard/Premium).

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

Waarde van eigenschap

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

cdnCanMigrateToAfd

Controleert of het CDN-profiel kan worden gemigreerd naar Azure Frontdoor-profiel (Standard/Premium).

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

Waarde van eigenschap

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

cdnMigrateToAfd

Migreer het CDN-profiel naar Azure Frontdoor-profiel (Standard/Premium). Deze stap bereidt het profiel voor op migratie en wordt gevolgd door Doorvoeren om de migratie te voltooien.

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

Waarde van eigenschap

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

create

Hiermee maakt u een nieuw Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel met een profielnaam onder het opgegeven abonnement en de opgegeven resourcegroep.

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

Waarde van eigenschap

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

delete

Hiermee verwijdert u een bestaand Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel met de opgegeven parameters. Als u een profiel verwijdert, worden alle subresources, inclusief eindpunten, oorsprongen en aangepaste domeinen, verwijderd.

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

Waarde van eigenschap

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

generateSsoUri

Genereert een dynamische SSO URI waarmee je inloggt op het CDN-aanvullende portaal. Het aanvullende portaal wordt gebruikt om geavanceerde functiemogelijkheden te configureren die nog niet beschikbaar zijn in het Azure-portaal, zoals kernrapporten in een standaardprofiel; regelengine, geavanceerde HTTP-rapporten en realtime statistieken en waarschuwingen in een premium profiel. De SSO URI verandert ongeveer elke 10 minuten.

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

Waarde van eigenschap

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

get

Hiermee haalt u een Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel op met de opgegeven profielnaam onder het opgegeven abonnement en de resourcegroep.

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

Waarde van eigenschap

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

list

Geeft alle Azure Front Door Standard-, Azure Front Door Premium- en CDN-profielen op binnen een Azure-abonnement.

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

Waarde van eigenschap

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

listByResourceGroup

Geeft alle Azure Front Door Standard-, Azure Front Door Premium- en CDN-profielen op binnen een resourcegroep.

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

Waarde van eigenschap

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

listResourceUsage

Controleert het quotum en het werkelijke gebruik van eindpunten onder het opgegeven Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel.

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

Waarde van eigenschap

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

listSupportedOptimizationTypes

Hiermee haalt u de ondersteunde optimalisatietypen voor het huidige profiel op. Een gebruiker kan een endpoint maken met een optimalisatietype uit de vermelde waarden.

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

Waarde van eigenschap

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

migrate

Migreer het CDN-profiel naar Azure Frontdoor-profiel (Standard/Premium). De wijziging moet hierna worden doorgevoerd.

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

Waarde van eigenschap

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

migrationAbort

De migratie naar Azure Frontdoor Premium/Standard afbreken.

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

Waarde van eigenschap

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

migrationCommit

Voer het gemigreerde Azure Frontdoor-profiel (Standard/Premium) door.

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

Waarde van eigenschap

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

update

Werkt een bestaand Azure Front Door Standard- of Azure Front Door Premium- of CDN-profiel bij met de opgegeven profielnaam onder het opgegeven abonnement en de resourcegroep.

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

Waarde van eigenschap

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