NamespaceListResult interface
The response of the List Namespace operation.
Properties
next |
Link to the next set of results. Not empty if Value contains incomplete list of Namespaces |
value | Result of the List Namespace operation. |
Property Details
nextLink
Link to the next set of results. Not empty if Value contains incomplete list of Namespaces
nextLink?: string
Property Value
string
value
Result of the List Namespace operation.
value?: NamespaceResource[]