Compartir a través de


DocumentationContractPatch Class

Definition

Documentation update contract details.

public class DocumentationContractPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.DocumentationContractPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.DocumentationContractPatch>
type DocumentationContractPatch = class
    interface IJsonModel<DocumentationContractPatch>
    interface IPersistableModel<DocumentationContractPatch>
Public Class DocumentationContractPatch
Implements IJsonModel(Of DocumentationContractPatch), IPersistableModel(Of DocumentationContractPatch)
Inheritance
DocumentationContractPatch
Implements

Constructors

DocumentationContractPatch()

Initializes a new instance of DocumentationContractPatch.

Properties

Content

Markdown documentation content.

Title

documentation title.

Explicit Interface Implementations

IJsonModel<DocumentationContractPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DocumentationContractPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentationContractPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentationContractPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DocumentationContractPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to