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
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type IpPrefixesListInnerModifier and TypeClassDescriptionfinal classList of SNAT IP Prefixes learnt by firewall to not SNAT.Methods in com.azure.resourcemanager.network.fluent.models that return IpPrefixesListInnerModifier and TypeMethodDescriptionstatic IpPrefixesListInnerIpPrefixesListInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpPrefixesListInner from the JsonReader.IpPrefixesListInner.withIpPrefixes(List<String> ipPrefixes) Set the ipPrefixes property: IP Prefix value.