Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetNetworkProfile |
VirtualMachineScaleSet.networkProfile() |
VirtualMachineScaleSetNetworkProfile |
VirtualMachineScaleSetVMProfile.networkProfile()
Get the networkProfile property: Specifies properties of the network interfaces of the virtual machines in the
scale set.
|
VirtualMachineScaleSetNetworkProfile |
VirtualMachineScaleSetNetworkProfile.withHealthProbe(ApiEntityReference healthProbe)
Set the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in
the virtual machine scale set.
|
VirtualMachineScaleSetNetworkProfile |
VirtualMachineScaleSetNetworkProfile.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations)
Set the networkInterfaceConfigurations property: The list of network configurations.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile)
Set the networkProfile property: Specifies properties of the network interfaces of the virtual machines in the
scale set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.