Get Network Interface Result
data class GetNetworkInterfaceResult(val administrativeState: String, val annotation: String? = null, 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.
Properties
Link copied to clipboard
administrativeState of the network interface. Example: Enabled | Disabled.
Link copied to clipboard
Switch configuration description.
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.
Link copied to clipboard
ipv6Address.
Link copied to clipboard
physicalIdentifier of the network interface.
Link copied to clipboard
Gets the provisioning state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.