Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings)
Set the dns settings to be applied on the network interfaces.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)
Set specifies whether the network interface is accelerated networking-enabled.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withEnableIPForwarding(Boolean enableIPForwarding)
Set whether IP forwarding enabled on this NIC.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withIpConfigurations(List<VirtualMachineScaleSetUpdateIPConfiguration> ipConfigurations)
Set the virtual machine scale set IP Configuration.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withName(String name)
Set the network configuration name.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withNetworkSecurityGroup(SubResource networkSecurityGroup)
Set the network security group.
|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withPrimary(Boolean primary)
Set whether this is a primary NIC on a virtual machine.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualMachineScaleSetUpdateNetworkConfiguration> |
VirtualMachineScaleSetUpdateNetworkProfile.networkInterfaceConfigurations()
Get the list of network configurations.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateNetworkProfile |
VirtualMachineScaleSetUpdateNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations)
Set the list of network configurations.
|
Copyright © 2019. All rights reserved.