Uses of Class
com.azure.resourcemanager.network.fluent.models.FirewallPolicyRuleCollectionGroupDraftInner
Packages that use FirewallPolicyRuleCollectionGroupDraftInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of FirewallPolicyRuleCollectionGroupDraftInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return FirewallPolicyRuleCollectionGroupDraftInnerModifier and TypeMethodDescriptionFirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdate(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters) Create or Update Rule Collection Group Draft.FirewallPolicyRuleCollectionGroupDraftsClient.get(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName) Get Rule Collection Group Draft.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type FirewallPolicyRuleCollectionGroupDraftInnerModifier and TypeMethodDescriptionFirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdateAsync(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters) Create or Update Rule Collection Group Draft.com.azure.core.http.rest.Response<FirewallPolicyRuleCollectionGroupDraftInner> FirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdateWithResponse(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters, com.azure.core.util.Context context) Create or Update Rule Collection Group Draft.Mono<com.azure.core.http.rest.Response<FirewallPolicyRuleCollectionGroupDraftInner>> FirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters) Create or Update Rule Collection Group Draft.FirewallPolicyRuleCollectionGroupDraftsClient.getAsync(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName) Get Rule Collection Group Draft.com.azure.core.http.rest.Response<FirewallPolicyRuleCollectionGroupDraftInner> FirewallPolicyRuleCollectionGroupDraftsClient.getWithResponse(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, com.azure.core.util.Context context) Get Rule Collection Group Draft.Mono<com.azure.core.http.rest.Response<FirewallPolicyRuleCollectionGroupDraftInner>> FirewallPolicyRuleCollectionGroupDraftsClient.getWithResponseAsync(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName) Get Rule Collection Group Draft.Methods in com.azure.resourcemanager.network.fluent with parameters of type FirewallPolicyRuleCollectionGroupDraftInnerModifier and TypeMethodDescriptionFirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdate(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters) Create or Update Rule Collection Group Draft.FirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdateAsync(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters) Create or Update Rule Collection Group Draft.com.azure.core.http.rest.Response<FirewallPolicyRuleCollectionGroupDraftInner> FirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdateWithResponse(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters, com.azure.core.util.Context context) Create or Update Rule Collection Group Draft.Mono<com.azure.core.http.rest.Response<FirewallPolicyRuleCollectionGroupDraftInner>> FirewallPolicyRuleCollectionGroupDraftsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String firewallPolicyName, String ruleCollectionGroupName, FirewallPolicyRuleCollectionGroupDraftInner parameters) Create or Update Rule Collection Group Draft. -
Uses of FirewallPolicyRuleCollectionGroupDraftInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicyRuleCollectionGroupDraftInnerModifier and TypeMethodDescriptionFirewallPolicyRuleCollectionGroupDraftInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyRuleCollectionGroupDraftInner from the JsonReader.Set the name property: The name of the resource that is unique within a resource group.FirewallPolicyRuleCollectionGroupDraftInner.withPriority(Integer priority) Set the priority property: Priority of the Firewall Policy Rule Collection Group resource.FirewallPolicyRuleCollectionGroupDraftInner.withRuleCollections(List<FirewallPolicyRuleCollection> ruleCollections) Set the ruleCollections property: Group of Firewall Policy rule collections.