TrafficControllerAssociationPatch 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.
The type used for update operations of the Association.
public class TrafficControllerAssociationPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceNetworking.Models.TrafficControllerAssociationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceNetworking.Models.TrafficControllerAssociationPatch>
type TrafficControllerAssociationPatch = class
interface IJsonModel<TrafficControllerAssociationPatch>
interface IPersistableModel<TrafficControllerAssociationPatch>
Public Class TrafficControllerAssociationPatch
Implements IJsonModel(Of TrafficControllerAssociationPatch), IPersistableModel(Of TrafficControllerAssociationPatch)
- Inheritance
-
TrafficControllerAssociationPatch
- Implements
Constructors
TrafficControllerAssociationPatch() |
Initializes a new instance of TrafficControllerAssociationPatch. |
Properties
AssociationType |
Association Type. |
SubnetId |
Gets or sets Id. |
Tags |
Resource tags. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<TrafficControllerAssociationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TrafficControllerAssociationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TrafficControllerAssociationPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TrafficControllerAssociationPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TrafficControllerAssociationPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |