Get Network Interface Result
data class GetNetworkInterfaceResult(val dnsSettings: InterfaceDNSSettingsResponse? = null, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val ipConfigurations: List<IPConfigurationResponse>? = null, val location: String, val macAddress: String? = null, val name: String, val provisioningState: String, val status: NetworkInterfaceStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The network interface resource definition.
Constructors
Link copied to clipboard
fun GetNetworkInterfaceResult(dnsSettings: InterfaceDNSSettingsResponse? = null, extendedLocation: ExtendedLocationResponse? = null, id: String, ipConfigurations: List<IPConfigurationResponse>? = null, location: String, macAddress: String? = null, name: String, provisioningState: String, status: NetworkInterfaceStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)