Share via


NspProfileListResult interface

Result of the request to list NSP profiles. Contains a list of NSP profiles and a URL link to get the next set of results.

Properties

nextLink

Gets the URL to get the next page of results.

value

Gets a page of NSP profile

Property Details

Gets the URL to get the next page of results.

nextLink?: string

Property Value

string

value

Gets a page of NSP profile

value?: NspProfile[]

Property Value