NetworkInterfaceResponse

data class NetworkInterfaceResponse(val id: String, val privateIpAddress: String? = null)

The network interface definition.

Constructors

Link copied to clipboard
constructor(id: String, privateIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Link copied to clipboard

Private Ip address of the interface