StaticMemberListResult interface

Result of the request to list StaticMember. It contains a list of groups and a URL link to get the next set of results.

Properties

nextLink

Gets the URL to get the next set of results.

value

Gets a page of StaticMember

Property Details

Gets the URL to get the next set of results.

nextLink?: string

Property Value

string

value

Gets a page of StaticMember

value?: StaticMember[]

Property Value