Uses of Class
com.azure.resourcemanager.network.fluent.models.IpConfigurationPropertiesFormatInner
Packages that use IpConfigurationPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of IpConfigurationPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpConfigurationPropertiesFormatInnerModifier and TypeMethodDescriptionIpConfigurationPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpConfigurationPropertiesFormatInner from the JsonReader.IpConfigurationPropertiesFormatInner.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.IpConfigurationPropertiesFormatInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.IpConfigurationPropertiesFormatInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.IpConfigurationPropertiesFormatInner.withSubnet(SubnetInner subnet) Set the subnet property: The reference to the subnet resource.