[F] listSubClients
function listSubClients<TServiceOperation>(client, listNestedClients): SdkClientType<TServiceOperation>[]Get all the sub clients from current client.
Type Parameters
| Type Parameter |
|---|
TServiceOperation extends SdkHttpOperation |
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
client | SdkClientType<TServiceOperation> | undefined | |
listNestedClients | boolean | false | determine if nested clients should be listed |
Returns
SdkClientType<TServiceOperation>[]