Uses of Class
com.azure.resourcemanager.network.fluent.models.FirewallPolicyDraftInner
Packages that use FirewallPolicyDraftInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of FirewallPolicyDraftInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return FirewallPolicyDraftInnerModifier and TypeMethodDescriptionFirewallPolicyDraftsClient.createOrUpdate(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters) Create or update a draft Firewall Policy.Get a draft Firewall Policy.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type FirewallPolicyDraftInnerModifier and TypeMethodDescriptionFirewallPolicyDraftsClient.createOrUpdateAsync(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters) Create or update a draft Firewall Policy.com.azure.core.http.rest.Response<FirewallPolicyDraftInner> FirewallPolicyDraftsClient.createOrUpdateWithResponse(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters, com.azure.core.util.Context context) Create or update a draft Firewall Policy.Mono<com.azure.core.http.rest.Response<FirewallPolicyDraftInner>> FirewallPolicyDraftsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters) Create or update a draft Firewall Policy.Get a draft Firewall Policy.com.azure.core.http.rest.Response<FirewallPolicyDraftInner> FirewallPolicyDraftsClient.getWithResponse(String resourceGroupName, String firewallPolicyName, com.azure.core.util.Context context) Get a draft Firewall Policy.Mono<com.azure.core.http.rest.Response<FirewallPolicyDraftInner>> FirewallPolicyDraftsClient.getWithResponseAsync(String resourceGroupName, String firewallPolicyName) Get a draft Firewall Policy.Methods in com.azure.resourcemanager.network.fluent with parameters of type FirewallPolicyDraftInnerModifier and TypeMethodDescriptionFirewallPolicyDraftsClient.createOrUpdate(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters) Create or update a draft Firewall Policy.FirewallPolicyDraftsClient.createOrUpdateAsync(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters) Create or update a draft Firewall Policy.com.azure.core.http.rest.Response<FirewallPolicyDraftInner> FirewallPolicyDraftsClient.createOrUpdateWithResponse(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters, com.azure.core.util.Context context) Create or update a draft Firewall Policy.Mono<com.azure.core.http.rest.Response<FirewallPolicyDraftInner>> FirewallPolicyDraftsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String firewallPolicyName, FirewallPolicyDraftInner parameters) Create or update a draft Firewall Policy. -
Uses of FirewallPolicyDraftInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicyDraftInnerModifier and TypeMethodDescriptionstatic FirewallPolicyDraftInnerFirewallPolicyDraftInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyDraftInner from the JsonReader.FirewallPolicyDraftInner.withBasePolicy(com.azure.core.management.SubResource basePolicy) Set the basePolicy property: The parent firewall policy from which rules are inherited.FirewallPolicyDraftInner.withDnsSettings(DnsSettings dnsSettings) Set the dnsSettings property: DNS Proxy Settings definition.FirewallPolicyDraftInner.withExplicitProxy(ExplicitProxy explicitProxy) Set the explicitProxy property: Explicit Proxy Settings definition.Set the id property: Resource ID.FirewallPolicyDraftInner.withInsights(FirewallPolicyInsights insights) Set the insights property: Insights on Firewall Policy.FirewallPolicyDraftInner.withIntrusionDetection(FirewallPolicyIntrusionDetection intrusionDetection) Set the intrusionDetection property: The configuration for Intrusion detection.FirewallPolicyDraftInner.withLocation(String location) FirewallPolicyDraftInner.withSnat(FirewallPolicySnat snat) Set the snat property: The private IP addresses/IP ranges to which traffic will not be SNAT.FirewallPolicyDraftInner.withSql(FirewallPolicySql sql) Set the sql property: SQL Settings definition.FirewallPolicyDraftInner.withThreatIntelMode(AzureFirewallThreatIntelMode threatIntelMode) Set the threatIntelMode property: The operation mode for Threat Intelligence.FirewallPolicyDraftInner.withThreatIntelWhitelist(FirewallPolicyThreatIntelWhitelist threatIntelWhitelist) Set the threatIntelWhitelist property: ThreatIntel Whitelist for Firewall Policy.