Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
See https://www.paws-r-sdk.com/docs/networkmanager_get_link_associations/ for full documentation.
networkmanager_get_link_associations(
GlobalNetworkId,
DeviceId = NULL,
LinkId = NULL,
MaxResults = NULL,
NextToken = NULL
)
[required] The ID of the global network.
The ID of the device.
The ID of the link.
The maximum number of results to return.
The token for the next page of results.