AFDEndpointsOperations interface

Interfejs reprezentujący operacje AFDEndpoints.

Właściwości

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginPurgeContent
beginPurgeContentAndWait
beginUpdate
beginUpdateAndWait
create

Tworzy nowy punkt końcowy AzureFrontDoor z określoną nazwą punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu.

delete

Usuwa istniejący punkt końcowy usługi AzureFrontDoor z określoną nazwą punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu.

get

Pobiera istniejący punkt końcowy usługi AzureFrontDoor z określoną nazwą punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu.

listByProfile

Lista istniejących endpointów AzureFrontDoor.

listResourceUsage

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

purgeContent

Usuwa zawartość z usługi AzureFrontDoor.

update

Aktualizuje istniejący punkt końcowy AzureFrontDoor o określoną nazwę punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu. Tylko tagi można aktualizować po utworzeniu punktu końcowego. Aby zaktualizować źródła, użyj operacji Aktualizuj źródło. Aby zaktualizować grupy źródeł, użyj operacji Aktualizuj grupę źródła. Aby zaktualizować domeny, użyj operacji Update Custom Domain.

validateCustomDomain

Weryfikuje mapowanie domeny niestandardowej, aby upewnić się, że jest mapowane na poprawny punkt końcowy Azure Front Door w systemie DNS.

Szczegóły właściwości

beginCreate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use create instead

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

Wartość właściwości

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

beginCreateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use create instead

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

Wartość właściwości

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

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

beginPurgeContent

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use purgeContent instead

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

Wartość właściwości

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

beginPurgeContentAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use purgeContent instead

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

Wartość właściwości

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

beginUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

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

Wartość właściwości

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

beginUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

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

Wartość właściwości

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

create

Tworzy nowy punkt końcowy AzureFrontDoor z określoną nazwą punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu.

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

Wartość właściwości

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

delete

Usuwa istniejący punkt końcowy usługi AzureFrontDoor z określoną nazwą punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu.

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

Wartość właściwości

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

get

Pobiera istniejący punkt końcowy usługi AzureFrontDoor z określoną nazwą punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu.

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

Wartość właściwości

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

listByProfile

Lista istniejących endpointów AzureFrontDoor.

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

Wartość właściwości

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

listResourceUsage

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

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

Wartość właściwości

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

purgeContent

Usuwa zawartość z usługi AzureFrontDoor.

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

Wartość właściwości

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

update

Aktualizuje istniejący punkt końcowy AzureFrontDoor o określoną nazwę punktu końcowego w ramach określonej subskrypcji, grupy zasobów i profilu. Tylko tagi można aktualizować po utworzeniu punktu końcowego. Aby zaktualizować źródła, użyj operacji Aktualizuj źródło. Aby zaktualizować grupy źródeł, użyj operacji Aktualizuj grupę źródła. Aby zaktualizować domeny, użyj operacji Update Custom Domain.

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

Wartość właściwości

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

validateCustomDomain

Weryfikuje mapowanie domeny niestandardowej, aby upewnić się, że jest mapowane na poprawny punkt końcowy Azure Front Door w systemie DNS.

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

Wartość właściwości

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