Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineNetworkInterfaceIpConfiguration
-
Packages that use VirtualMachineNetworkInterfaceIpConfiguration Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineNetworkInterfaceIpConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type VirtualMachineNetworkInterfaceIpConfiguration Modifier and Type Method Description List<VirtualMachineNetworkInterfaceIpConfiguration>VirtualMachineNetworkInterfaceConfigurationProperties. ipConfigurations()Get the ipConfigurations property: Specifies the IP configurations of the network interface.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type VirtualMachineNetworkInterfaceIpConfiguration Modifier and Type Method Description VirtualMachineNetworkInterfaceConfigurationPropertiesVirtualMachineNetworkInterfaceConfigurationProperties. withIpConfigurations(List<VirtualMachineNetworkInterfaceIpConfiguration> ipConfigurations)Set the ipConfigurations property: Specifies the IP configurations of the network interface. -
Uses of VirtualMachineNetworkInterfaceIpConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineNetworkInterfaceIpConfiguration Modifier and Type Method Description VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withApplicationGatewayBackendAddressPools(List<com.azure.core.management.SubResource> applicationGatewayBackendAddressPools)Set the applicationGatewayBackendAddressPools property: Specifies an array of references to backend address pools of application gateways.VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withApplicationSecurityGroups(List<com.azure.core.management.SubResource> applicationSecurityGroups)Set the applicationSecurityGroups property: Specifies an array of references to application security group.VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withLoadBalancerBackendAddressPools(List<com.azure.core.management.SubResource> loadBalancerBackendAddressPools)Set the loadBalancerBackendAddressPools property: Specifies an array of references to backend address pools of load balancers.VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withName(String name)Set the name property: The IP configuration name.VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withPrimary(Boolean primary)Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1 network interface.VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. 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.VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withPublicIpAddressConfiguration(VirtualMachinePublicIpAddressConfiguration publicIpAddressConfiguration)Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withSubnet(com.azure.core.management.SubResource subnet)Set the subnet property: Specifies the identifier of the subnet.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineNetworkInterfaceIpConfiguration Modifier and Type Method Description List<VirtualMachineNetworkInterfaceIpConfiguration>VirtualMachineNetworkInterfaceConfiguration. ipConfigurations()Get the ipConfigurations property: Specifies the IP configurations of the network interface.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineNetworkInterfaceIpConfiguration Modifier and Type Method Description VirtualMachineNetworkInterfaceConfigurationVirtualMachineNetworkInterfaceConfiguration. withIpConfigurations(List<VirtualMachineNetworkInterfaceIpConfiguration> ipConfigurations)Set the ipConfigurations property: Specifies the IP configurations of the network interface.
-