Uses of Class
com.azure.resourcemanager.network.fluent.models.MigratedPoolsInner
Packages that use MigratedPoolsInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of MigratedPoolsInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return MigratedPoolsInnerModifier and TypeMethodDescriptionLoadBalancersClient.migrateToIpBased(String groupName, String loadBalancerName) Migrate load balancer to IP Based.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type MigratedPoolsInnerModifier and TypeMethodDescriptionLoadBalancersClient.migrateToIpBasedAsync(String groupName, String loadBalancerName) Migrate load balancer to IP Based.com.azure.core.http.rest.Response<MigratedPoolsInner> LoadBalancersClient.migrateToIpBasedWithResponse(String groupName, String loadBalancerName, MigrateLoadBalancerToIpBasedRequest parameters, com.azure.core.util.Context context) Migrate load balancer to IP Based.Mono<com.azure.core.http.rest.Response<MigratedPoolsInner>> LoadBalancersClient.migrateToIpBasedWithResponseAsync(String groupName, String loadBalancerName, MigrateLoadBalancerToIpBasedRequest parameters) Migrate load balancer to IP Based. -
Uses of MigratedPoolsInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return MigratedPoolsInnerModifier and TypeMethodDescriptionstatic MigratedPoolsInnerMigratedPoolsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MigratedPoolsInner from the JsonReader.MigratedPoolsInner.withMigratedPools(List<String> migratedPools) Set the migratedPools property: A list of pools migrated from Nic based to IP based pool.