Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallIpConfiguration
-
Packages that use AzureFirewallIpConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AzureFirewallIpConfiguration Modifier and Type Method Description AzureFirewallIpConfigurationAzureFirewallInner. managementIpConfiguration()Get the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.AzureFirewallIpConfigurationAzureFirewallPropertiesFormat. 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 AzureFirewallIpConfiguration Modifier and Type Method Description List<AzureFirewallIpConfiguration>AzureFirewallInner. ipConfigurations()Get the ipConfigurations property: IP configuration of the Azure Firewall resource.List<AzureFirewallIpConfiguration>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 AzureFirewallIpConfiguration Modifier and Type Method Description AzureFirewallInnerAzureFirewallInner. withManagementIpConfiguration(AzureFirewallIpConfiguration managementIpConfiguration)Set the managementIpConfiguration property: IP configuration of the Azure Firewall used for management traffic.AzureFirewallPropertiesFormatAzureFirewallPropertiesFormat. 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 AzureFirewallIpConfiguration Modifier and Type Method Description AzureFirewallInnerAzureFirewallInner. withIpConfigurations(List<AzureFirewallIpConfiguration> ipConfigurations)Set the ipConfigurations property: IP configuration of the Azure Firewall resource.AzureFirewallPropertiesFormatAzureFirewallPropertiesFormat. 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 AzureFirewallIpConfiguration Modifier and Type Method Description AzureFirewallIpConfigurationAzureFirewallIpConfiguration. withId(String id)AzureFirewallIpConfigurationAzureFirewallIpConfiguration. withName(String name)Set the name property: Name of the resource that is unique within a resource group.AzureFirewallIpConfigurationAzureFirewallIpConfiguration. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: Reference to the PublicIP resource.AzureFirewallIpConfigurationAzureFirewallIpConfiguration. withSubnet(com.azure.core.management.SubResource subnet)Set the subnet property: Reference to the subnet resource.
-