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