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