Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateNetworkConfiguration
Packages that use VirtualMachineScaleSetUpdateNetworkConfiguration
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateNetworkConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateNetworkConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateNetworkConfiguration from the JsonReader.VirtualMachineScaleSetUpdateNetworkConfiguration.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfiguration.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfiguration.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineScaleSetUpdateNetworkConfiguration.withDisableTcpStateTracking(Boolean disableTcpStateTracking) Set the disableTcpStateTracking property: Specifies whether the network interface is disabled for tcp state tracking.VirtualMachineScaleSetUpdateNetworkConfiguration.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: Specifies whether the network interface is accelerated networking-enabled.VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableFpga(Boolean enableFpga) Set the enableFpga property: Specifies whether the network interface is FPGA networking-enabled.VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableIpForwarding(Boolean enableIpForwarding) Set the enableIpForwarding property: Whether IP forwarding enabled on this NIC.VirtualMachineScaleSetUpdateNetworkConfiguration.withIpConfigurations(List<VirtualMachineScaleSetUpdateIpConfiguration> ipConfigurations) Set the ipConfigurations property: The virtual machine scale set IP Configuration.Set the name property: The network configuration name.VirtualMachineScaleSetUpdateNetworkConfiguration.withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup) Set the networkSecurityGroup property: The network security group.VirtualMachineScaleSetUpdateNetworkConfiguration.withPrimary(Boolean primary) Set the primary property: Whether this is a primary NIC on a virtual machine.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetUpdateNetworkConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkProfile.networkInterfaceConfigurations()Get the networkInterfaceConfigurations property: The list of network configurations.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineScaleSetUpdateNetworkConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: The list of network configurations.