Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings)
Set the dnsSettings property: The dns settings to be applied on the network interfaces.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)
Set the enableAcceleratedNetworking property: Specifies whether the network interface is accelerated
networking-enabled.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableIpForwarding(Boolean enableIpForwarding)
Set the enableIpForwarding property: Whether IP forwarding enabled on this NIC.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withIpConfigurations(List<VirtualMachineScaleSetUpdateIpConfiguration> ipConfigurations)
Set the ipConfigurations property: The virtual machine scale set IP Configuration.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withName(String name)
Set the name property: The network configuration name.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup)
Set the networkSecurityGroup property: The network security group.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withPrimary(Boolean primary)
Set the primary property: Whether this is a primary NIC on a virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.