Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkApplianceIpConfigurationProperties
Packages that use VirtualNetworkApplianceIpConfigurationProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkApplianceIpConfigurationProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type VirtualNetworkApplianceIpConfigurationPropertiesModifier and TypeClassDescriptionfinal classProperties of virtual network appliance IP configuration.Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkApplianceIpConfigurationPropertiesModifier and TypeMethodDescriptionVirtualNetworkApplianceIpConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkApplianceIpConfigurationProperties from the JsonReader.VirtualNetworkApplianceIpConfigurationProperties.withPrimary(Boolean primary) Set the primary property: Whether the ip configuration is primary or not.VirtualNetworkApplianceIpConfigurationProperties.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.VirtualNetworkApplianceIpConfigurationProperties.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.VirtualNetworkApplianceIpConfigurationProperties.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.