VirtualMachineScaleSetUpdateNetworkProfile Class

Definition

Describes a virtual machine scale set network profile.

public class VirtualMachineScaleSetUpdateNetworkProfile
type VirtualMachineScaleSetUpdateNetworkProfile = class
Public Class VirtualMachineScaleSetUpdateNetworkProfile
Inheritance
VirtualMachineScaleSetUpdateNetworkProfile

Constructors

VirtualMachineScaleSetUpdateNetworkProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

Properties

HealthProbe

Gets or sets a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.

NetworkInterfaceConfigurations

Gets or sets the list of network configurations.

Applies to