Package version:

Interface RoleInstanceNetworkProfile

Describes the network profile for the role instance.

interface RoleInstanceNetworkProfile {
    networkInterfaces?: SubResource[];
}

Properties

networkInterfaces?: SubResource[]

Specifies the list of resource Ids for the network interfaces associated with the role instance. NOTE: This property will not be serialized. It can only be populated by the server.