Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetNetworkConfiguration
Packages that use VirtualMachineScaleSetNetworkConfiguration
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetNetworkConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetNetworkConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfiguration.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineScaleSetNetworkConfiguration.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfiguration.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: Specifies whether the network interface is accelerated networking-enabled.VirtualMachineScaleSetNetworkConfiguration.withEnableFpga(Boolean enableFpga) Set the enableFpga property: Specifies whether the network interface is FPGA networking-enabled.VirtualMachineScaleSetNetworkConfiguration.withEnableIpForwarding(Boolean enableIpForwarding) Set the enableIpForwarding property: Whether IP forwarding enabled on this NIC.VirtualMachineScaleSetNetworkConfiguration.withIpConfigurations(List<VirtualMachineScaleSetIpConfiguration> ipConfigurations) Set the ipConfigurations property: Specifies the IP configurations of the network interface.Set the name property: The network configuration name.VirtualMachineScaleSetNetworkConfiguration.withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup) Set the networkSecurityGroup property: The network security group.VirtualMachineScaleSetNetworkConfiguration.withPrimary(Boolean primary) Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1 network interface.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetNetworkConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.networkInterfaceConfigurations()Get the networkInterfaceConfigurations property: The list of network configurations.VirtualMachineScaleSetVMNetworkProfileConfiguration.networkInterfaceConfigurations()Get the networkInterfaceConfigurations property: The list of network configurations.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineScaleSetNetworkConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: The list of network configurations.VirtualMachineScaleSetVMNetworkProfileConfiguration.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: The list of network configurations.