NetworkInterfaceResponse

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

The network interface definition.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Private Ip address of the interface

Link copied to clipboard

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