VirtualMachineScaleSetNetworkProfileResponse

data class VirtualMachineScaleSetNetworkProfileResponse(val healthProbe: ApiEntityReferenceResponse? = null, val networkApiVersion: String? = null, val networkInterfaceConfigurations: List<VirtualMachineScaleSetNetworkConfigurationResponse>? = null)

Describes a virtual machine scale set network profile.

Constructors

constructor(healthProbe: ApiEntityReferenceResponse? = null, networkApiVersion: String? = null, networkInterfaceConfigurations: List<VirtualMachineScaleSetNetworkConfigurationResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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'

Link copied to clipboard