Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineNetworkInterfaceIpConfigurationProperties
Packages that use VirtualMachineNetworkInterfaceIpConfigurationProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineNetworkInterfaceIpConfigurationProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineNetworkInterfaceIpConfigurationPropertiesModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceIpConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineNetworkInterfaceIpConfigurationProperties from the JsonReader.VirtualMachineNetworkInterfaceIpConfigurationProperties.withApplicationGatewayBackendAddressPools(List<com.azure.core.management.SubResource> applicationGatewayBackendAddressPools) Set the applicationGatewayBackendAddressPools property: Specifies an array of references to backend address pools of application gateways.VirtualMachineNetworkInterfaceIpConfigurationProperties.withApplicationSecurityGroups(List<com.azure.core.management.SubResource> applicationSecurityGroups) Set the applicationSecurityGroups property: Specifies an array of references to application security group.VirtualMachineNetworkInterfaceIpConfigurationProperties.withLoadBalancerBackendAddressPools(List<com.azure.core.management.SubResource> loadBalancerBackendAddressPools) Set the loadBalancerBackendAddressPools property: Specifies an array of references to backend address pools of load balancers.VirtualMachineNetworkInterfaceIpConfigurationProperties.withPrimary(Boolean primary) Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1 network interface.VirtualMachineNetworkInterfaceIpConfigurationProperties.withPrivateIpAddressVersion(IpVersions privateIpAddressVersion) Set the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineNetworkInterfaceIpConfigurationProperties.withPublicIpAddressConfiguration(VirtualMachinePublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineNetworkInterfaceIpConfigurationProperties.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Specifies the identifier of the subnet.