Uses of Class
com.azure.resourcemanager.network.fluent.models.IpAllocationPropertiesFormat
Packages that use IpAllocationPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of IpAllocationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type IpAllocationPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of the IpAllocation.Methods in com.azure.resourcemanager.network.fluent.models that return IpAllocationPropertiesFormatModifier and TypeMethodDescriptionstatic IpAllocationPropertiesFormatIpAllocationPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpAllocationPropertiesFormat from the JsonReader.IpAllocationPropertiesFormat.withAllocationTags(Map<String, String> allocationTags) Set the allocationTags property: IpAllocation tags.IpAllocationPropertiesFormat.withIpamAllocationId(String ipamAllocationId) Set the ipamAllocationId property: The IPAM allocation ID.IpAllocationPropertiesFormat.withPrefix(String prefix) Set the prefix property: The address prefix for the IpAllocation.IpAllocationPropertiesFormat.withPrefixLength(Integer prefixLength) Set the prefixLength property: The address prefix length for the IpAllocation.IpAllocationPropertiesFormat.withPrefixType(IpVersion prefixType) Set the prefixType property: The address prefix Type for the IpAllocation.IpAllocationPropertiesFormat.withType(IpAllocationType type) Set the type property: The type for the IpAllocation.