Package version:

Interface GuestAgentListResult

The response of a GuestAgent list operation.

interface GuestAgentListResult {
    nextLink?: string;
    value: GuestAgent[];
}

Properties

Properties

nextLink?: string

The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server.

value: GuestAgent[]

The GuestAgent items on this page