Uses of Class
com.azure.resourcemanager.network.models.IpamPoolProperties
Packages that use IpamPoolProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpamPoolProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpamPoolPropertiesModifier and TypeMethodDescriptionIpamPoolInner.properties()Get the properties property: Properties of IpamPool resource properties which are specific to the Pool resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpamPoolPropertiesModifier and TypeMethodDescriptionIpamPoolInner.withProperties(IpamPoolProperties properties) Set the properties property: Properties of IpamPool resource properties which are specific to the Pool resource. -
Uses of IpamPoolProperties in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return IpamPoolPropertiesModifier and TypeMethodDescriptionstatic IpamPoolPropertiesIpamPoolProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpamPoolProperties from the JsonReader.IpamPoolProperties.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: List of IP address prefixes of the resource.IpamPoolProperties.withDescription(String description) Set the description property: The description property.IpamPoolProperties.withDisplayName(String displayName) Set the displayName property: String representing a friendly name for the resource.IpamPoolProperties.withParentPoolName(String parentPoolName) Set the parentPoolName property: String representing parent IpamPool resource name.IpamPoolProperties.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: Provisioning states of a resource.