Uses of Class
com.azure.resourcemanager.network.models.IpamPoolUpdateProperties
Packages that use IpamPoolUpdateProperties
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of IpamPoolUpdateProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type IpamPoolUpdatePropertiesModifier and TypeClassDescriptionfinal classRepresents the IpamPool update properties.Methods in com.azure.resourcemanager.network.models that return IpamPoolUpdatePropertiesModifier and TypeMethodDescriptionstatic IpamPoolUpdatePropertiesIpamPoolUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpamPoolUpdateProperties from the JsonReader.IpamPoolUpdate.properties()Get the properties property: Represents the IpamPool update properties.IpamPoolUpdateProperties.withDescription(String description) Set the description property: The description property.IpamPoolUpdateProperties.withDisplayName(String displayName) Set the displayName property: String representing a friendly name for the resource.Methods in com.azure.resourcemanager.network.models with parameters of type IpamPoolUpdatePropertiesModifier and TypeMethodDescriptionIpamPoolUpdate.withProperties(IpamPoolUpdateProperties properties) Set the properties property: Represents the IpamPool update properties.