次の方法で共有


DdosCustomPolicies interface

DdosCustomPolicies を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, DdosCustomPolicy, DdosCustomPoliciesCreateOrUpdateOptionalParams)

DDoS カスタム ポリシーを作成または更新します。

beginCreateOrUpdateAndWait(string, string, DdosCustomPolicy, DdosCustomPoliciesCreateOrUpdateOptionalParams)

DDoS カスタム ポリシーを作成または更新します。

beginDelete(string, string, DdosCustomPoliciesDeleteOptionalParams)

指定した DDoS カスタム ポリシーを削除します。

beginDeleteAndWait(string, string, DdosCustomPoliciesDeleteOptionalParams)

指定した DDoS カスタム ポリシーを削除します。

get(string, string, DdosCustomPoliciesGetOptionalParams)

指定した DDoS カスタム ポリシーに関する情報を取得します。

updateTags(string, string, TagsObject, DdosCustomPoliciesUpdateTagsOptionalParams)

DDoS カスタム ポリシー タグを更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, DdosCustomPolicy, DdosCustomPoliciesCreateOrUpdateOptionalParams)

DDoS カスタム ポリシーを作成または更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosCustomPolicyName

string

DDoS カスタム ポリシーの名前。

parameters
DdosCustomPolicy

作成または更新操作に指定されたパラメーター。

options
DdosCustomPoliciesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<DdosCustomPolicy>, DdosCustomPolicy>>

beginCreateOrUpdateAndWait(string, string, DdosCustomPolicy, DdosCustomPoliciesCreateOrUpdateOptionalParams)

DDoS カスタム ポリシーを作成または更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosCustomPolicyName

string

DDoS カスタム ポリシーの名前。

parameters
DdosCustomPolicy

作成または更新操作に指定されたパラメーター。

options
DdosCustomPoliciesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<DdosCustomPolicy>

beginDelete(string, string, DdosCustomPoliciesDeleteOptionalParams)

指定した DDoS カスタム ポリシーを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosCustomPolicyName

string

DDoS カスタム ポリシーの名前。

options
DdosCustomPoliciesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, DdosCustomPoliciesDeleteOptionalParams)

指定した DDoS カスタム ポリシーを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosCustomPolicyName

string

DDoS カスタム ポリシーの名前。

options
DdosCustomPoliciesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, DdosCustomPoliciesGetOptionalParams)

指定した DDoS カスタム ポリシーに関する情報を取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosCustomPolicyName

string

DDoS カスタム ポリシーの名前。

options
DdosCustomPoliciesGetOptionalParams

オプション パラメーター。

戻り値

Promise<DdosCustomPolicy>

updateTags(string, string, TagsObject, DdosCustomPoliciesUpdateTagsOptionalParams)

DDoS カスタム ポリシー タグを更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosCustomPolicyName

string

DDoS カスタム ポリシーの名前。

parameters
TagsObject

DDoS カスタム ポリシー リソース タグを更新するために指定されたパラメーター。

options
DdosCustomPoliciesUpdateTagsOptionalParams

オプション パラメーター。

戻り値

Promise<DdosCustomPolicy>