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<VirtualMachineScaleSetUpdateNetworkConfiguration>, String)

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}'.

NetworkApiVersion

Gets or sets specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'. Possible values include: '2020-11-01'

NetworkInterfaceConfigurations

Gets or sets the list of network configurations.

Applies to