VirtualMachineScaleSetNetworkProfile Constructors

Definition

Overloads

VirtualMachineScaleSetNetworkProfile()

Initializes a new instance of the VirtualMachineScaleSetNetworkProfile class.

VirtualMachineScaleSetNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetNetworkConfigurationInner>)

Initializes a new instance of the VirtualMachineScaleSetNetworkProfile class.

VirtualMachineScaleSetNetworkProfile()

Initializes a new instance of the VirtualMachineScaleSetNetworkProfile class.

public VirtualMachineScaleSetNetworkProfile ();
Public Sub New ()

Applies to

VirtualMachineScaleSetNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetNetworkConfigurationInner>)

Initializes a new instance of the VirtualMachineScaleSetNetworkProfile class.

public VirtualMachineScaleSetNetworkProfile (Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference healthProbe = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationInner> networkInterfaceConfigurations = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkProfile : Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkConfigurationInner> -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetNetworkProfile
Public Sub New (Optional healthProbe As ApiEntityReference = Nothing, Optional networkInterfaceConfigurations As IList(Of VirtualMachineScaleSetNetworkConfigurationInner) = Nothing)

Parameters

healthProbe
ApiEntityReference

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
IList<VirtualMachineScaleSetNetworkConfigurationInner>

The list of network configurations.

Applies to