Uses of Class
com.azure.resourcemanager.network.models.IpamPoolPrefixAllocation
Packages that use IpamPoolPrefixAllocation
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpamPoolPrefixAllocation in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type IpamPoolPrefixAllocationModifier and TypeMethodDescriptionSubnetInner.ipamPoolPrefixAllocations()Get the ipamPoolPrefixAllocations property: A list of IPAM Pools for allocating IP address prefixes.SubnetPropertiesFormatInner.ipamPoolPrefixAllocations()Get the ipamPoolPrefixAllocations property: A list of IPAM Pools for allocating IP address prefixes.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type IpamPoolPrefixAllocationModifier and TypeMethodDescriptionSubnetInner.withIpamPoolPrefixAllocations(List<IpamPoolPrefixAllocation> ipamPoolPrefixAllocations) Set the ipamPoolPrefixAllocations property: A list of IPAM Pools for allocating IP address prefixes.SubnetPropertiesFormatInner.withIpamPoolPrefixAllocations(List<IpamPoolPrefixAllocation> ipamPoolPrefixAllocations) Set the ipamPoolPrefixAllocations property: A list of IPAM Pools for allocating IP address prefixes. -
Uses of IpamPoolPrefixAllocation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return IpamPoolPrefixAllocationModifier and TypeMethodDescriptionstatic IpamPoolPrefixAllocationIpamPoolPrefixAllocation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpamPoolPrefixAllocation from the JsonReader.Set the id property: Resource id of the associated Azure IpamPool resource.IpamPoolPrefixAllocation.withNumberOfIpAddresses(String numberOfIpAddresses) Set the numberOfIpAddresses property: Number of IP addresses to allocate.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpamPoolPrefixAllocationModifier and TypeMethodDescriptionAddressSpace.ipamPoolPrefixAllocations()Get the ipamPoolPrefixAllocations property: A list of IPAM Pools allocating IP address prefixes.Method parameters in com.azure.resourcemanager.network.models with type arguments of type IpamPoolPrefixAllocationModifier and TypeMethodDescriptionAddressSpace.withIpamPoolPrefixAllocations(List<IpamPoolPrefixAllocation> ipamPoolPrefixAllocations) Set the ipamPoolPrefixAllocations property: A list of IPAM Pools allocating IP address prefixes.