[F] getClientPath
function getClientPath<TServiceOperation>(client): string;Get the path of a client in the client hierarchy. For root clients, this returns just the client name. For sub clients, this returns the full path like “RootClient.SubClient.NestedClient”.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
TServiceOperation extends SdkHttpOperation |
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | SdkClientType<TServiceOperation> | The SdkClientType to get the path for |
Returns
Section titled “Returns”string
The client path string