[F] listOperationsInClient
function listOperationsInClient( context, client, ignoreHierarchy?): Operation[];List operations inside a client or sub client. If ignoreHierarchy is true, the result will include all nested operations.
Parameters
Section titled “Parameters”| Parameter | Type | Default value | Description |
|---|---|---|---|
context | TCGCContext | undefined | TCGCContext |
client | SdkClient | undefined | Client to list operations |
ignoreHierarchy | boolean | false | Whether to get all nested operations |
Returns
Section titled “Returns”Operation[]