Uses of Class
com.microsoft.azure.management.compute.ApiEntityReference
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ApiEntityReference in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.healthProbe()
Get a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.VirtualMachineScaleSetUpdateNetworkProfile.healthProbe()
Get a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.VirtualMachineScaleSetIPConfiguration.subnet()
Get specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIPConfiguration.subnet()
Get the subnet.Set the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.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.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.VirtualMachineScaleSetIPConfiguration.withSubnet
(ApiEntityReference subnet) Set specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIPConfiguration.withSubnet
(ApiEntityReference subnet) Set the subnet.