Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateNetworkProfile in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.networkProfile()
Get the virtual machine scale set network profile.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.Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withNetworkProfile
(VirtualMachineScaleSetUpdateNetworkProfile networkProfile) Set the virtual machine scale set network profile.