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