Get Virtual Machine Scale Set Network Interface
data class GetVirtualMachineScaleSetNetworkInterface(val dnsServers: List<String>, val enableAcceleratedNetworking: Boolean, val enableIpForwarding: Boolean, val ipConfigurations: List<GetVirtualMachineScaleSetNetworkInterfaceIpConfiguration>, val name: String, val networkSecurityGroupId: String, val primary: Boolean)
Properties
Link copied to clipboard
An array of the DNS servers in use.
Link copied to clipboard
Whether to enable accelerated networking or not.
Link copied to clipboard
Whether IP forwarding is enabled on this NIC.
Link copied to clipboard
An ip_configuration
block as documented below.
Link copied to clipboard
The identifier for the network security group.