Поделиться через


DependencyMapDiscoverySourcePatch Class

Definition

The type used for updating tags in DiscoverySourceResource resources.

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

Constructors

DependencyMapDiscoverySourcePatch()

Initializes a new instance of DependencyMapDiscoverySourcePatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DependencyMapDiscoverySourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DependencyMapDiscoverySourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DependencyMapDiscoverySourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DependencyMapDiscoverySourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DependencyMapDiscoverySourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to