| Annotation Type | Description |
|---|---|
| Beta |
Beta annotation.
|
| BodyParam |
Parameter to be sent as the body payload.
|
| DELETE |
Defines the parametrized relative path for an HTTP DELETE method.
|
| ExpectedResponses |
A list of HTTP status codes that are expected for this API.
|
| GET |
Defines the parametrized relative path for an HTTP GET method.
|
| HEAD |
Defines the parametrized relative path for an HTTP HEAD method.
|
| HeaderCollection |
Marker 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 |
List of static headers sent to the API.
|
| Host |
Defines the parametrized host name of a proxy.
|
| HostParam |
A host parameter replaces the parametrized segments in a dynamic
Host. |
| PATCH |
Defines the parametrized relative path for an HTTP PATCH method.
|
| PathParam |
Named replacement in a URL path segment.
|
| POST |
Defines the parametrized relative path for an HTTP POST method.
|
| PUT |
Defines the parametrized relative path for an HTTP PUT method.
|
| QueryParam |
Named query parameters appended to a URL.
|
| ResumeOperation |
Defines the a continuation method.
|
| ReturnValueWireType |
Specifies the type that will be used to deserialize the return value of a service interface
method from a network response.
|
| SkipParentValidation |
Annotation used for notifying the validator to skip
validation for the properties in the parent class.
|
| UnexpectedResponseExceptionType |
The error type that will be thrown/returned when an unexpected status code is returned from an
API.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/