NetworkCloudL2NetworkPatch 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.
L2NetworkPatchParameters represents the body of the request to patch the L2 network.
public class NetworkCloudL2NetworkPatch
public class NetworkCloudL2NetworkPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudL2NetworkPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudL2NetworkPatch>
type NetworkCloudL2NetworkPatch = class
type NetworkCloudL2NetworkPatch = class
interface IJsonModel<NetworkCloudL2NetworkPatch>
interface IPersistableModel<NetworkCloudL2NetworkPatch>
Public Class NetworkCloudL2NetworkPatch
Public Class NetworkCloudL2NetworkPatch
Implements IJsonModel(Of NetworkCloudL2NetworkPatch), IPersistableModel(Of NetworkCloudL2NetworkPatch)
- Inheritance
-
NetworkCloudL2NetworkPatch
- Implements
Constructors
NetworkCloudL2NetworkPatch() |
Initializes a new instance of NetworkCloudL2NetworkPatch. |
Properties
Tags |
The Azure resource tags that will replace the existing ones. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkCloudL2NetworkPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudL2NetworkPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudL2NetworkPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudL2NetworkPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudL2NetworkPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |