Skip to content

[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.

ParameterTypeDefault valueDescription
contextTCGCContextundefined-
group| SdkClient | SdkOperationGroupundefinedClient or operation group to list operations
ignoreHierarchybooleanfalseWhether to get all nested operations

Operation[]