Delen via


AssociationPatch Class

Definition

The type used for update operations of the Association.

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

Constructors

AssociationPatch()

Initializes a new instance of AssociationPatch.

Properties

AssociationType

Association Type.

SubnetId

Gets or sets Id.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AssociationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AssociationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AssociationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AssociationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AssociationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to