Share via


RestApiOperation Class

Definition

The REST API operation.

public sealed class RestApiOperation
type RestApiOperation = class
Public NotInheritable Class RestApiOperation
Inheritance
RestApiOperation

Properties

ContentTypeArgumentName

Gets the name of an artificial parameter to be used for indicate payload media-type if it's missing in payload metadata.

Description

The operation description.

Extensions

Additional unstructured metadata about the operation.

Id

The operation identifier.

Method

The operation method - GET, POST, PUT, DELETE.

OperationServers

Operation level servers.

Parameters

The operation parameters.

Path

The operation path.

PathServers

Path level servers.

Payload

The operation payload.

PayloadArgumentName

Gets the name of an artificial parameter to be used for operation having "text/plain" payload media type.

Responses

The list of possible operation responses.

SecurityRequirements

The security requirements.

Servers

The server.

Applies to