| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupsClient.createOrUpdate(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupsClient.createOrUpdate(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupsClient.get(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName)
Gets the specified FirewallPolicyRuleCollectionGroup.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FirewallPolicyRuleCollectionGroupInner>,FirewallPolicyRuleCollectionGroupInner> |
FirewallPolicyRuleCollectionGroupsClient.beginCreateOrUpdate(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FirewallPolicyRuleCollectionGroupInner>,FirewallPolicyRuleCollectionGroupInner> |
FirewallPolicyRuleCollectionGroupsClient.beginCreateOrUpdate(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FirewallPolicyRuleCollectionGroupInner>,FirewallPolicyRuleCollectionGroupInner> |
FirewallPolicyRuleCollectionGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupsClient.createOrUpdate(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupsClient.createOrUpdate(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
Mono<FirewallPolicyRuleCollectionGroupInner> |
FirewallPolicyRuleCollectionGroupsClient.createOrUpdateAsync(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
FirewallPolicyRuleCollectionGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String firewallPolicyName,
String ruleCollectionGroupName,
FirewallPolicyRuleCollectionGroupInner parameters)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupInner.withId(String id) |
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupInner.withPriority(Integer priority)
Set the priority property: Priority of the Firewall Policy Rule Collection Group resource.
|
FirewallPolicyRuleCollectionGroupInner |
FirewallPolicyRuleCollectionGroupInner.withRuleCollections(List<FirewallPolicyRuleCollection> ruleCollections)
Set the ruleCollections property: Group of Firewall Policy rule collections.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.