Virtual Machine Scale Set Network Configuration Response
data class VirtualMachineScaleSetNetworkConfigurationResponse(val deleteOption: String? = null, val dnsSettings: VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse? = null, val enableAcceleratedNetworking: Boolean? = null, val enableFpga: Boolean? = null, val enableIPForwarding: Boolean? = null, val id: String? = null, val ipConfigurations: List<VirtualMachineScaleSetIPConfigurationResponse>, val name: String, val networkSecurityGroup: SubResourceResponse? = null, val primary: Boolean? = null)
Describes a virtual machine scale set network profile's network configurations.
Constructors
Link copied to clipboard
fun VirtualMachineScaleSetNetworkConfigurationResponse(deleteOption: String? = null, dnsSettings: VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse? = null, enableAcceleratedNetworking: Boolean? = null, enableFpga: Boolean? = null, enableIPForwarding: Boolean? = null, id: String? = null, ipConfigurations: List<VirtualMachineScaleSetIPConfigurationResponse>, name: String, networkSecurityGroup: SubResourceResponse? = null, primary: Boolean? = null)