| Modifier and Type | Method and Description |
|---|---|
ApiEntityReference |
VirtualMachineScaleSetNetworkProfile.healthProbe()
Get a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.
|
ApiEntityReference |
VirtualMachineScaleSetUpdateIPConfiguration.subnet()
Get the subnet.
|
ApiEntityReference |
VirtualMachineScaleSetIPConfiguration.subnet()
Get specifies the identifier of the subnet.
|
ApiEntityReference |
ApiEntityReference.withId(String id)
Set the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetNetworkProfile |
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.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withSubnet(ApiEntityReference subnet)
Set the subnet.
|
VirtualMachineScaleSetIPConfiguration |
VirtualMachineScaleSetIPConfiguration.withSubnet(ApiEntityReference subnet)
Set specifies the identifier of the subnet.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/