DdosProtectionPlansOperations interface

Interfaccia che rappresenta un'operazione di DdosProtectionPlans.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Crea o aggiorna un piano di protezione DDoS.

delete

Elimina il piano di protezione DDoS specificato.

get

Ottiene informazioni sul piano di protezione DDoS specificato.

list

Ottiene tutti i piani di protezione DDoS in un abbonamento.

listByResourceGroup

Ottiene tutti i piani di protezione DDoS in un gruppo di risorse.

updateTags

Aggiornare i tag di un piano di protezione DDoS.

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams) => Promise<DdosProtectionPlan>

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams) => Promise<DdosProtectionPlan>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams) => Promise<void>

createOrUpdate

Crea o aggiorna un piano di protezione DDoS.

createOrUpdate: (resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams) => PollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams) => PollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>

delete

Elimina il piano di protezione DDoS specificato.

delete: (resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ottiene informazioni sul piano di protezione DDoS specificato.

get: (resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansGetOptionalParams) => Promise<DdosProtectionPlan>

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansGetOptionalParams) => Promise<DdosProtectionPlan>

list

Ottiene tutti i piani di protezione DDoS in un abbonamento.

list: (options?: DdosProtectionPlansListOptionalParams) => PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>

Valore della proprietà

(options?: DdosProtectionPlansListOptionalParams) => PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>

listByResourceGroup

Ottiene tutti i piani di protezione DDoS in un gruppo di risorse.

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

Valore della proprietà

(resourceGroupName: string, options?: DdosProtectionPlansListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>

updateTags

Aggiornare i tag di un piano di protezione DDoS.

updateTags: (resourceGroupName: string, ddosProtectionPlanName: string, parameters: TagsObject, options?: DdosProtectionPlansUpdateTagsOptionalParams) => Promise<DdosProtectionPlan>

Valore della proprietà

(resourceGroupName: string, ddosProtectionPlanName: string, parameters: TagsObject, options?: DdosProtectionPlansUpdateTagsOptionalParams) => Promise<DdosProtectionPlan>