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