See: Description
| Annotation Type | Description |
|---|---|
| Beta |
Annotation to indicate that a functionality is in preview.
|
| BodyParam |
Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
|
| DELETE |
HTTP DELETE method annotation describing the parameterized relative path to a REST endpoint for resource deletion.
|
| ExpectedResponses |
Annotation to annotate list of HTTP status codes that are expected in response from a REST endpoint.
|
| FormParam |
Annotation for form parameters to be sent to a REST API Request URI.
|
| GET |
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
|
| HEAD |
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
|
| HeaderCollection |
Annotation on a deserialized header type that indicates that the property should
be treated as a header collection with the provided prefix.
|
| HeaderParam |
Replaces the header with the value of its target.
|
| Headers |
Annotation to annotate list of static headers sent to a REST endpoint.
|
| Host |
Annotation for parameterized host name targeting a REST service.
|
| HostParam |
Annotation to annotate replacement of parameterized segments in a dynamic
Host. |
| PATCH |
HTTP PATCH method annotation describing the parameterized relative path to a REST endpoint for resource update.
|
| PathParam |
Annotation to annotate replacement for a named path segment in REST endpoint URL.
|
| POST |
HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
|
| PUT |
HTTP PUT method annotation describing the parameterized relative path to a REST endpoint for resource creation or update.
|
| QueryParam |
Annotation for query parameters to be appended to a REST API Request URI.
|
| ResumeOperation |
Annotation for method representing continuation operation.
|
| ReturnValueWireType |
Annotation for the type that will be used to deserialize the return value of a REST API response.
|
| Service |
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
|
| SkipParentValidation |
Annotation to notify the validator to skip validation for the properties in the parent class.
|
| UnexpectedResponseExceptionType |
The exception type that is thrown or returned when one of the status codes is returned from a REST API.
|
| UnexpectedResponseExceptionTypes |
The
@Repeatable container annotation for UnexpectedResponseExceptionType. |
Copyright © 2019 Microsoft Corporation. All rights reserved.