Skip to content

[I] SdkClientType

Represents a client in the package.

  • DecoratedType
Type Parameter
TServiceOperation extends SdkServiceOperation
PropertyTypeDescriptionInherited from
__rawSdkClient | SdkOperationGroup--
apiVersionsstring[]API versions supported for current type.-
children?SdkClientType<TServiceOperation>[]The children of this client. The structure follows the definition hierarchy.-
clientInitializationSdkClientInitializationTypeClient initialization way.-
crossLanguageDefinitionIdstringUnique ID for the current type.-
decoratorsDecoratorInfo[]Client types sourced from TypeSpec decorated types will have this generic decoratores list. Only decorators in allowed list will be included in this list. Language’s emitter could set additionalDecorators in the option when createSdkContext to extend the allowed list.DecoratedType.decorators
doc?stringDocument for the type.-
kind"client"--
methodsSdkMethod<TServiceOperation>[]Methods of the client.-
namestringName of the client.-
namespacestringFull qualified namespace.-
parent?SdkClientType<TServiceOperation>The parent client of this client. The structure follows the definition hierarchy.-
summary?stringSummary for the type.-