| 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 |
|---|---|
AzureFirewallInner |
AzureFirewallsClient.createOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
AzureFirewallInner |
AzureFirewallsClient.createOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Azure Firewall.
|
AzureFirewallInner |
AzureFirewallsClient.getByResourceGroup(String resourceGroupName,
String azureFirewallName)
Gets the specified Azure Firewall.
|
AzureFirewallInner |
AzureFirewallsClient.updateTags(String resourceGroupName,
String azureFirewallName)
Updates tags of an Azure Firewall resource.
|
AzureFirewallInner |
AzureFirewallsClient.updateTags(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags)
Updates tags of an Azure Firewall resource.
|
AzureFirewallInner |
AzureFirewallsClient.updateTags(String resourceGroupName,
String azureFirewallName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates tags of an Azure Firewall resource.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
AzureFirewallsClient.beginCreateOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
AzureFirewallsClient.beginCreateOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Azure Firewall.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureFirewallInner>,AzureFirewallInner> |
AzureFirewallsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
AzureFirewallInner |
AzureFirewallsClient.createOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
AzureFirewallInner |
AzureFirewallsClient.createOrUpdate(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Azure Firewall.
|
Mono<AzureFirewallInner> |
AzureFirewallsClient.createOrUpdateAsync(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
AzureFirewallsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String azureFirewallName,
AzureFirewallInner parameters)
Creates or updates the specified Azure Firewall.
|
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallInner |
AzureFirewallInner.withAdditionalProperties(Map<String,String> additionalProperties)
Set the additionalProperties property: The additional properties used to further config this azure firewall.
|
AzureFirewallInner |
AzureFirewallInner.withApplicationRuleCollections(List<AzureFirewallApplicationRuleCollection> applicationRuleCollections)
Set the applicationRuleCollections property: Collection of application rule collections used by Azure Firewall.
|
AzureFirewallInner |
AzureFirewallInner.withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy)
Set the firewallPolicy property: The firewallPolicy associated with this azure firewall.
|
AzureFirewallInner |
AzureFirewallInner.withHubIpAddresses(HubIpAddresses hubIpAddresses)
Set the hubIpAddresses property: IP addresses associated with AzureFirewall.
|
AzureFirewallInner |
AzureFirewallInner.withId(String id)
Set the id property: Resource ID.
|
AzureFirewallInner |
AzureFirewallInner.withIpConfigurations(List<AzureFirewallIpConfiguration> ipConfigurations)
Set the ipConfigurations property: IP configuration of the Azure Firewall resource.
|
AzureFirewallInner |
AzureFirewallInner.withManagementIpConfiguration(AzureFirewallIpConfiguration managementIpConfiguration)
Set the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.
|
AzureFirewallInner |
AzureFirewallInner.withNatRuleCollections(List<AzureFirewallNatRuleCollection> natRuleCollections)
Set the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall.
|
AzureFirewallInner |
AzureFirewallInner.withNetworkRuleCollections(List<AzureFirewallNetworkRuleCollection> networkRuleCollections)
Set the networkRuleCollections property: Collection of network rule collections used by Azure Firewall.
|
AzureFirewallInner |
AzureFirewallInner.withSku(AzureFirewallSku sku)
Set the sku property: The Azure Firewall Resource SKU.
|
AzureFirewallInner |
AzureFirewallInner.withThreatIntelMode(AzureFirewallThreatIntelMode threatIntelMode)
Set the threatIntelMode property: The operation mode for Threat Intelligence.
|
AzureFirewallInner |
AzureFirewallInner.withVirtualHub(com.azure.core.management.SubResource virtualHub)
Set the virtualHub property: The virtualHub to which the firewall belongs.
|
AzureFirewallInner |
AzureFirewallInner.withZones(List<String> zones)
Set the zones property: A list of availability zones denoting where the resource needs to come from.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.