FirewallPolicyRuleCollectionGroupDraftsOperations interface

FirewallPolicyRuleCollectionGroupDrafts işlemlerini temsil eden arayüz.

Özellikler

createOrUpdate

Kural koleksiyonu grubu taslağı oluşturun veya güncelleştirin.

delete

Kural Koleksiyonu Grup Taslağını Sil.

get

Kural Koleksiyonu Grup Taslağı'nı alın.

Özellik Ayrıntıları

createOrUpdate

Kural koleksiyonu grubu taslağı oluşturun veya güncelleştirin.

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

Özellik Değeri

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

delete

Kural Koleksiyonu Grup Taslağını Sil.

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

Özellik Değeri

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

get

Kural Koleksiyonu Grup Taslağı'nı alın.

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

Özellik Değeri

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