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