public class VirtualMachineScaleSetNetworkProfile extends Object
Constructor and Description |
---|
VirtualMachineScaleSetNetworkProfile() |
Modifier and Type | Method and Description |
---|---|
ApiEntityReference |
healthProbe()
Get a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.
|
List<VirtualMachineScaleSetNetworkConfiguration> |
networkInterfaceConfigurations()
Get the list of network configurations.
|
VirtualMachineScaleSetNetworkProfile |
withHealthProbe(ApiEntityReference healthProbe)
Set a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.
|
VirtualMachineScaleSetNetworkProfile |
withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations)
Set the list of network configurations.
|
public VirtualMachineScaleSetNetworkProfile()
public ApiEntityReference healthProbe()
public VirtualMachineScaleSetNetworkProfile withHealthProbe(ApiEntityReference healthProbe)
healthProbe
- the healthProbe value to setpublic List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations()
public VirtualMachineScaleSetNetworkProfile withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations)
networkInterfaceConfigurations
- the networkInterfaceConfigurations value to setCopyright © 2019. All rights reserved.