OperationListResult interface
Result of GET request to list FluidRelay operations.
Properties
next |
URL to get the next set of operation list results if there are any. |
value | List of FluidRelay operations supported by the Microsoft.FluidRelay provider. |
Property Details
nextLink
URL to get the next set of operation list results if there are any.
nextLink?: string
Property Value
string
value
List of FluidRelay operations supported by the Microsoft.FluidRelay provider.
value?: OperationResult[]