FirewallPolicyRuleCollectionGroups interface
FirewallPolicyRuleCollectionGroups-t képviselő felület.
Metódusok
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.
A beállítások paraméterei.
Válaszok
Promise<@azure/core-lro.SimplePollerLike<OperationState<FirewallPolicyRuleCollectionGroup>, FirewallPolicyRuleCollectionGroup>>
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.
A beállítások paraméterei.
Válaszok
Promise<FirewallPolicyRuleCollectionGroup>
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.
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.
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.
A beállítások paraméterei.
Válaszok
Promise<FirewallPolicyRuleCollectionGroup>
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.
A beállítások paraméterei.