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