ClientsListResult interface

Result of the List Client operation.

Properties

nextLink

A link for the next page of Client.

value

A collection of Client.

Property Details

A link for the next page of Client.

nextLink?: string

Property Value

string

value

A collection of Client.

value?: Client[]

Property Value

Client[]