Get Network Interface Result
data class GetNetworkInterfaceResult(val administrativeState: String, val annotation: String? = null, val azureApiVersion: String, val connectedTo: String, val id: String, val interfaceType: String, val ipv4Address: String, val ipv6Address: String, val name: String, val physicalIdentifier: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Defines the NetworkInterface resource.
Constructors
Link copied to clipboard
constructor(administrativeState: String, annotation: String? = null, azureApiVersion: String, connectedTo: String, id: String, interfaceType: String, ipv4Address: String, ipv6Address: String, name: String, physicalIdentifier: String, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Administrative state of the resource.
Link copied to clipboard
Switch configuration description.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The ARM resource id of the interface or compute server its connected to.
Link copied to clipboard
The Interface Type. Example: Management/Data
Link copied to clipboard
IPv4Address of the interface.
Link copied to clipboard
IPv6Address of the interface.
Link copied to clipboard
Physical Identifier of the network interface.
Link copied to clipboard
Provisioning state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.