Virtual Machine Scale Set VMNetwork Profile Configuration Response
data class VirtualMachineScaleSetVMNetworkProfileConfigurationResponse(val networkInterfaceConfigurations: List<VirtualMachineScaleSetNetworkConfigurationResponse>? = null)
Describes a virtual machine scale set VM network profile.
Constructors
Link copied to clipboard
constructor(networkInterfaceConfigurations: List<VirtualMachineScaleSetNetworkConfigurationResponse>? = null)
Properties
Link copied to clipboard
val networkInterfaceConfigurations: List<VirtualMachineScaleSetNetworkConfigurationResponse>? = null
The list of network configurations.