ApiOperationPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
API Operation Update Contract details.
public class ApiOperationPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiOperationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiOperationPatch>
type ApiOperationPatch = class
interface IJsonModel<ApiOperationPatch>
interface IPersistableModel<ApiOperationPatch>
Public Class ApiOperationPatch
Implements IJsonModel(Of ApiOperationPatch), IPersistableModel(Of ApiOperationPatch)
- Inheritance
-
ApiOperationPatch
- Implements
Constructors
ApiOperationPatch() |
Initializes a new instance of ApiOperationPatch. |
Properties
Description |
Description of the operation. May include HTML formatting tags. |
DisplayName |
Operation Name. |
Method |
A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. |
Policies |
Operation Policies. |
Request |
An entity containing request details. |
Responses |
Array of Operation responses. |
TemplateParameters |
Collection of URL template parameters. |
UriTemplate |
Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}. |
Explicit Interface Implementations
IJsonModel<ApiOperationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiOperationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiOperationPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiOperationPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiOperationPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET