VirtualMachineScaleSetNetworkProfile interface
Describes a virtual machine scale set network profile.
Properties
health |
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}'. |
network |
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'. |
network |
The list of network configurations. |
Property Details
healthProbe
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}'.
healthProbe?: ApiEntityReference
Property Value
networkApiVersion
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'.
networkApiVersion?: string
Property Value
string
networkInterfaceConfigurations
The list of network configurations.
networkInterfaceConfigurations?: VirtualMachineScaleSetNetworkConfiguration[]