ResolverContractPatch Class

Definition

GraphQL API Resolver Update Contract details.

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

Constructors

ResolverContractPatch()

Initializes a new instance of ResolverContractPatch.

Properties

Description

Description of the resolver. May include HTML formatting tags.

DisplayName

Resolver Name.

Path

Path is type/field being resolved.

Explicit Interface Implementations

IJsonModel<ResolverContractPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResolverContractPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResolverContractPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResolverContractPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResolverContractPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to