[I] SdkEndpointType
Endpoint info.
Extends
Section titled “Extends”SdkTypeBase
Properties
Section titled “Properties”| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
__accessSet? | boolean | - | - | SdkTypeBase.__accessSet |
__raw? | Type | - | - | SdkTypeBase.__raw |
decorators | DecoratorInfo[] | 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. | - | SdkTypeBase.decorators |
deprecation? | string | Whether the type is deprecated. | - | SdkTypeBase.deprecation |
doc? | string | Document for the type. | - | SdkTypeBase.doc |
external? | ExternalTypeInfo | - | - | SdkTypeBase.external |
kind | "endpoint" | - | SdkTypeBase.kind | - |
serverUrl | string | The server URL for the endpoint. If spec author does not specify the endpoint, we will use value “{endpoint}”, and templateArguments will have one parameter called “endpoint” | - | - |
summary? | string | Summary for the type. | - | SdkTypeBase.summary |
templateArguments | SdkPathParameter[] | Template arguments used in serverUrl string. | - | - |