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
constructor(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)
Properties
Link copied to clipboard
DNS Settings for the interface
Link copied to clipboard
The extendedLocation of the resource.
Link copied to clipboard
IPConfigurations - A list of IPConfigurations of the network interface.
Link copied to clipboard
MacAddress - The MAC address of the network interface.
Link copied to clipboard
Provisioning state of the network interface.
Link copied to clipboard
The observed state of network interfaces
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.