OperationList interface
The paginated list of connected cluster API operations.
Properties
next |
The link to fetch the next page of connected cluster API operations. |
value | The list of connected cluster API operations. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
The link to fetch the next page of connected cluster API operations.
nextLink?: string
Property Value
string
value
The list of connected cluster API operations. NOTE: This property will not be serialized. It can only be populated by the server.
value?: Operation[]