Uses of Class
com.azure.resourcemanager.network.fluent.models.IpPrefixesListInner
Packages that use IpPrefixesListInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of IpPrefixesListInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return IpPrefixesListInnerModifier and TypeMethodDescriptionAzureFirewallsClient.listLearnedPrefixes(String resourceGroupName, String azureFirewallName) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.AzureFirewallsClient.listLearnedPrefixes(String resourceGroupName, String azureFirewallName, com.azure.core.util.Context context) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type IpPrefixesListInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpPrefixesListInner>,IpPrefixesListInner> AzureFirewallsClient.beginListLearnedPrefixes(String resourceGroupName, String azureFirewallName) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpPrefixesListInner>,IpPrefixesListInner> AzureFirewallsClient.beginListLearnedPrefixes(String resourceGroupName, String azureFirewallName) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpPrefixesListInner>,IpPrefixesListInner> AzureFirewallsClient.beginListLearnedPrefixes(String resourceGroupName, String azureFirewallName, com.azure.core.util.Context context) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpPrefixesListInner>,IpPrefixesListInner> AzureFirewallsClient.beginListLearnedPrefixes(String resourceGroupName, String azureFirewallName, com.azure.core.util.Context context) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpPrefixesListInner>,IpPrefixesListInner> AzureFirewallsClient.beginListLearnedPrefixesAsync(String resourceGroupName, String azureFirewallName) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpPrefixesListInner>,IpPrefixesListInner> AzureFirewallsClient.beginListLearnedPrefixesAsync(String resourceGroupName, String azureFirewallName) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.AzureFirewallsClient.listLearnedPrefixesAsync(String resourceGroupName, String azureFirewallName) Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. -
Uses of IpPrefixesListInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpPrefixesListInnerModifier and TypeMethodDescriptionIpPrefixesListInner.withIpPrefixes(List<String> ipPrefixes) Set the ipPrefixes property: IP Prefix value.