Get Network Interface Result
data class GetNetworkInterfaceResult(val appliedDnsServers: List<String>, val dnsServers: List<String>, val enableAcceleratedNetworking: Boolean, val enableIpForwarding: Boolean, val id: String, val internalDnsNameLabel: String, val ipConfigurations: List<GetNetworkInterfaceIpConfiguration>, val location: String, val macAddress: String, val name: String, val networkSecurityGroupId: String, val privateIpAddress: String, val privateIpAddresses: List<String>, val resourceGroupName: String, val tags: Map<String, String>, val virtualMachineId: String)
A collection of values returned by getNetworkInterface.
Constructors
Link copied to clipboard
fun GetNetworkInterfaceResult(appliedDnsServers: List<String>, dnsServers: List<String>, enableAcceleratedNetworking: Boolean, enableIpForwarding: Boolean, id: String, internalDnsNameLabel: String, ipConfigurations: List<GetNetworkInterfaceIpConfiguration>, location: String, macAddress: String, name: String, networkSecurityGroupId: String, privateIpAddress: String, privateIpAddresses: List<String>, resourceGroupName: String, tags: Map<String, String>, virtualMachineId: String)