Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineNetworkInterfaceConfiguration
Packages that use VirtualMachineNetworkInterfaceConfiguration
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineNetworkInterfaceConfiguration in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineNetworkInterfaceConfigurationModifier and TypeClassDescriptionfinal classDescribes a virtual machine network interface configurations.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineNetworkInterfaceConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineNetworkInterfaceConfiguration from the JsonReader.VirtualMachineNetworkInterfaceConfiguration.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineNetworkInterfaceConfiguration.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineNetworkInterfaceConfiguration.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineNetworkInterfaceConfiguration.withDisableTcpStateTracking(Boolean disableTcpStateTracking) Set the disableTcpStateTracking property: Specifies whether the network interface is disabled for tcp state tracking.VirtualMachineNetworkInterfaceConfiguration.withDnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineNetworkInterfaceConfiguration.withDscpConfiguration(com.azure.core.management.SubResource dscpConfiguration) Set the dscpConfiguration property: The dscpConfiguration property.VirtualMachineNetworkInterfaceConfiguration.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: Specifies whether the network interface is accelerated networking-enabled.VirtualMachineNetworkInterfaceConfiguration.withEnableFpga(Boolean enableFpga) Set the enableFpga property: Specifies whether the network interface is FPGA networking-enabled.VirtualMachineNetworkInterfaceConfiguration.withEnableIpForwarding(Boolean enableIpForwarding) Set the enableIpForwarding property: Whether IP forwarding enabled on this NIC.VirtualMachineNetworkInterfaceConfiguration.withIpConfigurations(List<VirtualMachineNetworkInterfaceIpConfiguration> ipConfigurations) Set the ipConfigurations property: Specifies the IP configurations of the network interface.Set the name property: The network interface configuration name.VirtualMachineNetworkInterfaceConfiguration.withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup) Set the networkSecurityGroup property: The network security group.VirtualMachineNetworkInterfaceConfiguration.withPrimary(Boolean primary) Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1 network interface.Set the tags property: Resource tags applied to the networkInterface address created by this NetworkInterfaceConfiguration.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineNetworkInterfaceConfigurationModifier and TypeMethodDescriptionNetworkProfile.networkInterfaceConfigurations()Get the networkInterfaceConfigurations property: Specifies the networking configurations that will be used to create the virtual machine networking resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineNetworkInterfaceConfigurationModifier and TypeMethodDescriptionNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineNetworkInterfaceConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: Specifies the networking configurations that will be used to create the virtual machine networking resources.