Package version:

Interface VirtualMachineScaleSetNetworkProfile

Describes a virtual machine scale set network profile.

interface VirtualMachineScaleSetNetworkProfile {
    healthProbe?: ApiEntityReference;
    networkApiVersion?: string;
    networkInterfaceConfigurations?: VirtualMachineScaleSetNetworkConfiguration[];
}

Properties

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

networkApiVersion?: string

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'. For support of all network properties, use '2022-11-01'.

networkInterfaceConfigurations?: VirtualMachineScaleSetNetworkConfiguration[]

The list of network configurations.