DdosCustomPoliciesOperations interface

A DdosCustomPolicies műveleteket represztentáló felület.

Tulajdonságok

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Egyéni DDoS-szabályzatot hoz létre vagy frissít.

delete

Törli a megadott egyéni DDoS-házirendet.

get

Információkat kap a megadott DDoS egyéni szabályzatról.

list

Az összes DDoS egyedi szabályzatot egy erőforráscsoportba kapja.

listAll

Az összes DDoS egyedi szabályzatot előfizetésben kapja.

updateTags

Frissítse a DDoS egyéni szabályzatcímkéit.

Tulajdonság adatai

beginCreateOrUpdate

Figyelmeztetés

Ez az API már elavult.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, ddosCustomPolicyName: string, parameters: DdosCustomPolicy, options?: DdosCustomPoliciesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DdosCustomPolicy>, DdosCustomPolicy>>

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, parameters: DdosCustomPolicy, options?: DdosCustomPoliciesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DdosCustomPolicy>, DdosCustomPolicy>>

beginCreateOrUpdateAndWait

Figyelmeztetés

Ez az API már elavult.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, ddosCustomPolicyName: string, parameters: DdosCustomPolicy, options?: DdosCustomPoliciesCreateOrUpdateOptionalParams) => Promise<DdosCustomPolicy>

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, parameters: DdosCustomPolicy, options?: DdosCustomPoliciesCreateOrUpdateOptionalParams) => Promise<DdosCustomPolicy>

beginDelete

Figyelmeztetés

Ez az API már elavult.

use delete instead

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

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, options?: DdosCustomPoliciesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Figyelmeztetés

Ez az API már elavult.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, ddosCustomPolicyName: string, options?: DdosCustomPoliciesDeleteOptionalParams) => Promise<void>

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, options?: DdosCustomPoliciesDeleteOptionalParams) => Promise<void>

createOrUpdate

Egyéni DDoS-szabályzatot hoz létre vagy frissít.

createOrUpdate: (resourceGroupName: string, ddosCustomPolicyName: string, parameters: DdosCustomPolicy, options?: DdosCustomPoliciesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DdosCustomPolicy>, DdosCustomPolicy>

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, parameters: DdosCustomPolicy, options?: DdosCustomPoliciesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DdosCustomPolicy>, DdosCustomPolicy>

delete

Törli a megadott egyéni DDoS-házirendet.

delete: (resourceGroupName: string, ddosCustomPolicyName: string, options?: DdosCustomPoliciesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, options?: DdosCustomPoliciesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Információkat kap a megadott DDoS egyéni szabályzatról.

get: (resourceGroupName: string, ddosCustomPolicyName: string, options?: DdosCustomPoliciesGetOptionalParams) => Promise<DdosCustomPolicy>

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, options?: DdosCustomPoliciesGetOptionalParams) => Promise<DdosCustomPolicy>

list

Az összes DDoS egyedi szabályzatot egy erőforráscsoportba kapja.

list: (resourceGroupName: string, options?: DdosCustomPoliciesListOptionalParams) => PagedAsyncIterableIterator<DdosCustomPolicy, DdosCustomPolicy[], PageSettings>

Tulajdonság értéke

(resourceGroupName: string, options?: DdosCustomPoliciesListOptionalParams) => PagedAsyncIterableIterator<DdosCustomPolicy, DdosCustomPolicy[], PageSettings>

listAll

Az összes DDoS egyedi szabályzatot előfizetésben kapja.

listAll: (options?: DdosCustomPoliciesListAllOptionalParams) => PagedAsyncIterableIterator<DdosCustomPolicy, DdosCustomPolicy[], PageSettings>

Tulajdonság értéke

(options?: DdosCustomPoliciesListAllOptionalParams) => PagedAsyncIterableIterator<DdosCustomPolicy, DdosCustomPolicy[], PageSettings>

updateTags

Frissítse a DDoS egyéni szabályzatcímkéit.

updateTags: (resourceGroupName: string, ddosCustomPolicyName: string, parameters: TagsObject, options?: DdosCustomPoliciesUpdateTagsOptionalParams) => Promise<DdosCustomPolicy>

Tulajdonság értéke

(resourceGroupName: string, ddosCustomPolicyName: string, parameters: TagsObject, options?: DdosCustomPoliciesUpdateTagsOptionalParams) => Promise<DdosCustomPolicy>