public class VirtualMachineScaleSetUpdateNetworkProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateNetworkProfile() |
| 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<VirtualMachineScaleSetUpdateNetworkConfiguration> |
networkInterfaceConfigurations()
Get the list of network configurations.
|
VirtualMachineScaleSetUpdateNetworkProfile |
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.
|
VirtualMachineScaleSetUpdateNetworkProfile |
withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations)
Set the list of network configurations.
|
public VirtualMachineScaleSetUpdateNetworkProfile()
public ApiEntityReference healthProbe()
public VirtualMachineScaleSetUpdateNetworkProfile withHealthProbe(ApiEntityReference healthProbe)
healthProbe - the healthProbe value to setpublic List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations()
public VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations)
networkInterfaceConfigurations - the networkInterfaceConfigurations value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/