ConnectionSharedKeyResultList interface

The list of shared keys for the vpn link connection. It should only contain one shared key for each vpn link connection.

Properties

nextLink

URL to get the next set of operation list results if there are any.

value

List of SharedKeys.

Property Details

URL to get the next set of operation list results if there are any.

nextLink?: string

Property Value

string

value

List of SharedKeys.

value?: ConnectionSharedKeyResult[]

Property Value