Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkApplianceIpConfiguration
Packages that use VirtualNetworkApplianceIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkApplianceIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualNetworkApplianceIpConfigurationModifier and TypeMethodDescriptionVirtualNetworkApplianceInner.ipConfigurations()Get the ipConfigurations property: A list of IPConfigurations of the virtual network appliance.VirtualNetworkAppliancePropertiesFormatInner.ipConfigurations()Get the ipConfigurations property: A list of IPConfigurations of the virtual network appliance. -
Uses of VirtualNetworkApplianceIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkApplianceIpConfigurationModifier and TypeMethodDescriptionVirtualNetworkApplianceIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkApplianceIpConfiguration from the JsonReader.Set the name property: The name of virtual network appliance ip configuration.VirtualNetworkApplianceIpConfiguration.withPrimary(Boolean primary) Set the primary property: Whether the ip configuration is primary or not.VirtualNetworkApplianceIpConfiguration.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.VirtualNetworkApplianceIpConfiguration.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.VirtualNetworkApplianceIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.