Udostępnij za pośrednictwem


VirtualMachineScaleSetUpdateNetworkProfile Constructors

Definition

Overloads

VirtualMachineScaleSetUpdateNetworkProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

VirtualMachineScaleSetUpdateNetworkProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

public VirtualMachineScaleSetUpdateNetworkProfile ();
Public Sub New ()

Applies to

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>)

Initializes a new instance of the VirtualMachineScaleSetUpdateNetworkProfile class.

public VirtualMachineScaleSetUpdateNetworkProfile (Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference healthProbe = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkConfigurationInner> networkInterfaceConfigurations = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkProfile : Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkConfigurationInner> -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkProfile
Public Sub New (Optional healthProbe As ApiEntityReference = Nothing, Optional networkInterfaceConfigurations As IList(Of VirtualMachineScaleSetUpdateNetworkConfigurationInner) = 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<VirtualMachineScaleSetUpdateNetworkConfigurationInner>

The list of network configurations.

Applies to