Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetNetworkProfile
Packages that use VirtualMachineScaleSetNetworkProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetNetworkProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetNetworkProfileModifier and TypeMethodDescriptionVirtualMachineScaleSet.networkProfile()
VirtualMachineScaleSetVMProfile.networkProfile()
Get specifies properties of the network interfaces of the virtual machines in the scale set.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.VirtualMachineScaleSetNetworkProfile.withNetworkInterfaceConfigurations
(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the list of network configurations.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetNetworkProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withNetworkProfile
(VirtualMachineScaleSetNetworkProfile networkProfile) Set specifies properties of the network interfaces of the virtual machines in the scale set.