AFDEndpointsOperations interface

Interfaccia che rappresenta un'operazione AFDEndpoints.

Proprietà

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginPurgeContent
beginPurgeContentAndWait
beginUpdate
beginUpdateAndWait
create

Crea un nuovo endpoint AzureFrontDoor con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati.

delete

Elimina un endpoint AzureFrontDoor esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati.

get

Ottiene un endpoint AzureFrontDoor esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati.

listByProfile

Elenca endpoint AzureFrontDoor esistenti.

listResourceUsage

Controlla la quota e l'utilizzo effettivo degli endpoint nel profilo di Frontdoor di Azure specificato.

purgeContent

Rimuove un contenuto da AzureFrontDoor.

update

Aggiorna un endpoint AzureFrontDoor esistente con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati. Solo i tag possono essere aggiornati dopo la creazione di un endpoint. Per aggiornare le origini, usare l'operazione Aggiorna origine. Per aggiornare i gruppi di origine, usare l'operazione Aggiorna gruppo di origine. Per aggiornare i domini, utilizza l'operazione Aggiorna Dominio Personalizzato.

validateCustomDomain

Convalida il mapping del dominio personalizzato per assicurarsi che sia mappato all'endpoint Frontdoor di Azure corretto in DNS.

Dettagli proprietà

beginCreate

Avviso

Questa API è ora deprecata.

use create instead

beginCreate: (resourceGroupName: string, profileName: string, endpointName: string, endpointParam: AFDEndpoint, options?: AFDEndpointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<AFDEndpoint>, AFDEndpoint>>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, endpointParam: AFDEndpoint, options?: AFDEndpointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<AFDEndpoint>, AFDEndpoint>>

beginCreateAndWait

Avviso

Questa API è ora deprecata.

use create instead

beginCreateAndWait: (resourceGroupName: string, profileName: string, endpointName: string, endpointParam: AFDEndpoint, options?: AFDEndpointsCreateOptionalParams) => Promise<AFDEndpoint>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, endpointParam: AFDEndpoint, options?: AFDEndpointsCreateOptionalParams) => Promise<AFDEndpoint>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginPurgeContent

Avviso

Questa API è ora deprecata.

use purgeContent instead

beginPurgeContent: (resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AFDEndpointsPurgeContentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AFDEndpointsPurgeContentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginPurgeContentAndWait

Avviso

Questa API è ora deprecata.

use purgeContent instead

beginPurgeContentAndWait: (resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AFDEndpointsPurgeContentOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AFDEndpointsPurgeContentOptionalParams) => Promise<void>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AFDEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AFDEndpoint>, AFDEndpoint>>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AFDEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AFDEndpoint>, AFDEndpoint>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

beginUpdateAndWait: (resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AFDEndpointsUpdateOptionalParams) => Promise<AFDEndpoint>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AFDEndpointsUpdateOptionalParams) => Promise<AFDEndpoint>

create

Crea un nuovo endpoint AzureFrontDoor con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati.

create: (resourceGroupName: string, profileName: string, endpointName: string, endpointParam: AFDEndpoint, options?: AFDEndpointsCreateOptionalParams) => PollerLike<OperationState<AFDEndpoint>, AFDEndpoint>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, endpointParam: AFDEndpoint, options?: AFDEndpointsCreateOptionalParams) => PollerLike<OperationState<AFDEndpoint>, AFDEndpoint>

delete

Elimina un endpoint AzureFrontDoor esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati.

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

Valore della proprietà

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

get

Ottiene un endpoint AzureFrontDoor esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati.

get: (resourceGroupName: string, profileName: string, endpointName: string, options?: AFDEndpointsGetOptionalParams) => Promise<AFDEndpoint>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, options?: AFDEndpointsGetOptionalParams) => Promise<AFDEndpoint>

listByProfile

Elenca endpoint AzureFrontDoor esistenti.

listByProfile: (resourceGroupName: string, profileName: string, options?: AFDEndpointsListByProfileOptionalParams) => PagedAsyncIterableIterator<AFDEndpoint, AFDEndpoint[], PageSettings>

Valore della proprietà

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

listResourceUsage

Controlla la quota e l'utilizzo effettivo degli endpoint nel profilo di Frontdoor di Azure specificato.

listResourceUsage: (resourceGroupName: string, profileName: string, endpointName: string, options?: AFDEndpointsListResourceUsageOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, options?: AFDEndpointsListResourceUsageOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>

purgeContent

Rimuove un contenuto da AzureFrontDoor.

purgeContent: (resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AFDEndpointsPurgeContentOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, contents: AfdPurgeParameters, options?: AFDEndpointsPurgeContentOptionalParams) => PollerLike<OperationState<void>, void>

update

Aggiorna un endpoint AzureFrontDoor esistente con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati. Solo i tag possono essere aggiornati dopo la creazione di un endpoint. Per aggiornare le origini, usare l'operazione Aggiorna origine. Per aggiornare i gruppi di origine, usare l'operazione Aggiorna gruppo di origine. Per aggiornare i domini, utilizza l'operazione Aggiorna Dominio Personalizzato.

update: (resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AFDEndpointsUpdateOptionalParams) => PollerLike<OperationState<AFDEndpoint>, AFDEndpoint>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: AFDEndpointUpdateParameters, options?: AFDEndpointsUpdateOptionalParams) => PollerLike<OperationState<AFDEndpoint>, AFDEndpoint>

validateCustomDomain

Convalida il mapping del dominio personalizzato per assicurarsi che sia mappato all'endpoint Frontdoor di Azure corretto in DNS.

validateCustomDomain: (resourceGroupName: string, profileName: string, endpointName: string, customDomainProperties: ValidateCustomDomainInput, options?: AFDEndpointsValidateCustomDomainOptionalParams) => Promise<ValidateCustomDomainOutput>

Valore della proprietà

(resourceGroupName: string, profileName: string, endpointName: string, customDomainProperties: ValidateCustomDomainInput, options?: AFDEndpointsValidateCustomDomainOptionalParams) => Promise<ValidateCustomDomainOutput>