Megosztás a következőn keresztül:


FirewallPolicyRuleCollectionGroups interface

FirewallPolicyRuleCollectionGroups-t képviselő felület.

Metódusok

beginCreateOrUpdate(string, string, string, FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams)

Létrehozza vagy frissíti a megadott FirewallPolicyRuleCollectionGroup csoportot.

beginCreateOrUpdateAndWait(string, string, string, FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams)

Létrehozza vagy frissíti a megadott FirewallPolicyRuleCollectionGroup csoportot.

beginDelete(string, string, string, FirewallPolicyRuleCollectionGroupsDeleteOptionalParams)

Törli a megadott FirewallPolicyRuleCollectionGroup csoportot.

beginDeleteAndWait(string, string, string, FirewallPolicyRuleCollectionGroupsDeleteOptionalParams)

Törli a megadott FirewallPolicyRuleCollectionGroup csoportot.

get(string, string, string, FirewallPolicyRuleCollectionGroupsGetOptionalParams)

Lekéri a megadott FirewallPolicyRuleCollectionGroupot.

list(string, string, FirewallPolicyRuleCollectionGroupsListOptionalParams)

Egy FirewallPolicy-erőforrás összes FirewallPolicyRuleCollectionGroups elemét listázza.

Metódus adatai

beginCreateOrUpdate(string, string, string, FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams)

Létrehozza vagy frissíti a megadott FirewallPolicyRuleCollectionGroup csoportot.

function beginCreateOrUpdate(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, parameters: FirewallPolicyRuleCollectionGroup, options?: FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallPolicyRuleCollectionGroup>, FirewallPolicyRuleCollectionGroup>>

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

firewallPolicyName

string

A tűzfalszabályzat neve.

ruleCollectionGroupName

string

A FirewallPolicyRuleCollectionGroup neve.

parameters
FirewallPolicyRuleCollectionGroup

A FirewallPolicyRuleCollectionGroup művelet létrehozásához vagy frissítéséhez megadott paraméterek.

Válaszok

beginCreateOrUpdateAndWait(string, string, string, FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams)

Létrehozza vagy frissíti a megadott FirewallPolicyRuleCollectionGroup csoportot.

function beginCreateOrUpdateAndWait(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, parameters: FirewallPolicyRuleCollectionGroup, options?: FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams): Promise<FirewallPolicyRuleCollectionGroup>

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

firewallPolicyName

string

A tűzfalszabályzat neve.

ruleCollectionGroupName

string

A FirewallPolicyRuleCollectionGroup neve.

parameters
FirewallPolicyRuleCollectionGroup

A FirewallPolicyRuleCollectionGroup művelet létrehozásához vagy frissítéséhez megadott paraméterek.

Válaszok

beginDelete(string, string, string, FirewallPolicyRuleCollectionGroupsDeleteOptionalParams)

Törli a megadott FirewallPolicyRuleCollectionGroup csoportot.

function beginDelete(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

firewallPolicyName

string

A tűzfalszabályzat neve.

ruleCollectionGroupName

string

A FirewallPolicyRuleCollectionGroup neve.

options
FirewallPolicyRuleCollectionGroupsDeleteOptionalParams

A beállítások paraméterei.

Válaszok

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

beginDeleteAndWait(string, string, string, FirewallPolicyRuleCollectionGroupsDeleteOptionalParams)

Törli a megadott FirewallPolicyRuleCollectionGroup csoportot.

function beginDeleteAndWait(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupsDeleteOptionalParams): Promise<void>

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

firewallPolicyName

string

A tűzfalszabályzat neve.

ruleCollectionGroupName

string

A FirewallPolicyRuleCollectionGroup neve.

options
FirewallPolicyRuleCollectionGroupsDeleteOptionalParams

A beállítások paraméterei.

Válaszok

Promise<void>

get(string, string, string, FirewallPolicyRuleCollectionGroupsGetOptionalParams)

Lekéri a megadott FirewallPolicyRuleCollectionGroupot.

function get(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupsGetOptionalParams): Promise<FirewallPolicyRuleCollectionGroup>

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

firewallPolicyName

string

A tűzfalszabályzat neve.

ruleCollectionGroupName

string

A FirewallPolicyRuleCollectionGroup neve.

options
FirewallPolicyRuleCollectionGroupsGetOptionalParams

A beállítások paraméterei.

Válaszok

list(string, string, FirewallPolicyRuleCollectionGroupsListOptionalParams)

Egy FirewallPolicy-erőforrás összes FirewallPolicyRuleCollectionGroups elemét listázza.

function list(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyRuleCollectionGroupsListOptionalParams): PagedAsyncIterableIterator<FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroup[], PageSettings>

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

firewallPolicyName

string

A tűzfalszabályzat neve.

options
FirewallPolicyRuleCollectionGroupsListOptionalParams

A beállítások paraméterei.

Válaszok