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