次の方法で共有


FirewallPolicyRuleCollectionGroupDrafts interface

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

メソッド

createOrUpdate(string, string, string, FirewallPolicyRuleCollectionGroupDraft, FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams)

ルール コレクション グループの下書きを作成または更新します。

delete(string, string, string, FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams)

ルール コレクション グループの下書きを削除します。

get(string, string, string, FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams)

ルール コレクション グループの下書きを取得します。

メソッドの詳細

createOrUpdate(string, string, string, FirewallPolicyRuleCollectionGroupDraft, FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams)

ルール コレクション グループの下書きを作成または更新します。

function createOrUpdate(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, parameters: FirewallPolicyRuleCollectionGroupDraft, options?: FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams): Promise<FirewallPolicyRuleCollectionGroupDraft>

パラメーター

resourceGroupName

string

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

firewallPolicyName

string

ファイアウォール ポリシーの名前。

ruleCollectionGroupName

string

FirewallPolicyRuleCollectionGroup の名前。

parameters
FirewallPolicyRuleCollectionGroupDraft

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

options
FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams

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

戻り値

delete(string, string, string, FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams)

ルール コレクション グループの下書きを削除します。

function delete(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

firewallPolicyName

string

ファイアウォール ポリシーの名前。

ruleCollectionGroupName

string

FirewallPolicyRuleCollectionGroup の名前。

options
FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams)

ルール コレクション グループの下書きを取得します。

function get(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams): Promise<FirewallPolicyRuleCollectionGroupDraft>

パラメーター

resourceGroupName

string

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

firewallPolicyName

string

ファイアウォール ポリシーの名前。

ruleCollectionGroupName

string

FirewallPolicyRuleCollectionGroup の名前。

options
FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams

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

戻り値