Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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 © 2019. All rights reserved.