Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallIpConfiguration
Packages that use AzureFirewallIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallIpConfigurationModifier and TypeMethodDescriptionAzureFirewallInner.managementIpConfiguration()Get the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.AzureFirewallPropertiesFormat.managementIpConfiguration()Get the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallIpConfigurationModifier and TypeMethodDescriptionAzureFirewallInner.ipConfigurations()Get the ipConfigurations property: IP configuration of the Azure Firewall resource.AzureFirewallPropertiesFormat.ipConfigurations()Get the ipConfigurations property: IP configuration of the Azure Firewall resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AzureFirewallIpConfigurationModifier and TypeMethodDescriptionAzureFirewallInner.withManagementIpConfiguration(AzureFirewallIpConfiguration managementIpConfiguration) Set the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.AzureFirewallPropertiesFormat.withManagementIpConfiguration(AzureFirewallIpConfiguration managementIpConfiguration) Set the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallIpConfigurationModifier and TypeMethodDescriptionAzureFirewallInner.withIpConfigurations(List<AzureFirewallIpConfiguration> ipConfigurations) Set the ipConfigurations property: IP configuration of the Azure Firewall resource.AzureFirewallPropertiesFormat.withIpConfigurations(List<AzureFirewallIpConfiguration> ipConfigurations) Set the ipConfigurations property: IP configuration of the Azure Firewall resource. -
Uses of AzureFirewallIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallIpConfigurationModifier and TypeMethodDescriptionstatic AzureFirewallIpConfigurationAzureFirewallIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallIpConfiguration from the JsonReader.Set the name property: Name of the resource that is unique within a resource group.AzureFirewallIpConfiguration.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: Reference to the PublicIP resource.AzureFirewallIpConfiguration.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to the subnet resource.