public final class VirtualMachineScaleSetUpdateNetworkProfile extends Object
Constructor and Description |
---|
VirtualMachineScaleSetUpdateNetworkProfile() |
Modifier and Type | Method and Description |
---|---|
ApiEntityReference |
healthProbe()
Get the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in
the virtual machine scale set.
|
List<VirtualMachineScaleSetUpdateNetworkConfiguration> |
networkInterfaceConfigurations()
Get the networkInterfaceConfigurations property: The list of network configurations.
|
void |
validate()
Validates the instance.
|
VirtualMachineScaleSetUpdateNetworkProfile |
withHealthProbe(ApiEntityReference healthProbe)
Set the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in
the virtual machine scale set.
|
VirtualMachineScaleSetUpdateNetworkProfile |
withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations)
Set the networkInterfaceConfigurations property: The list of network configurations.
|
public VirtualMachineScaleSetUpdateNetworkProfile()
public ApiEntityReference healthProbe()
public VirtualMachineScaleSetUpdateNetworkProfile withHealthProbe(ApiEntityReference healthProbe)
healthProbe
- the healthProbe value to set.public List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations()
public VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations)
networkInterfaceConfigurations
- the networkInterfaceConfigurations value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.