Share via


NetworkManagerConnectionPropertiesOutput interface

Information about the network manager connection.

Properties

connectionState

Connection state.

description

A description of the network manager connection.

networkManagerId

Network Manager Id.

Property Details

connectionState

Connection state.

connectionState?: "Connected" | "Pending" | "Conflict" | "Revoked" | "Rejected"

Property Value

"Connected" | "Pending" | "Conflict" | "Revoked" | "Rejected"

description

A description of the network manager connection.

description?: string

Property Value

string

networkManagerId

Network Manager Id.

networkManagerId?: string

Property Value

string