Share via


VirtualEnclaveTransitHubPatchProperties Class

Definition

Transit Hub patchable Properties.

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

Constructors

VirtualEnclaveTransitHubPatchProperties()

Initializes a new instance of VirtualEnclaveTransitHubPatchProperties.

Properties

State

The state of the transitHub.

TransitOption

The TransitOption of the transitHub.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualEnclaveTransitHubPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualEnclaveTransitHubPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualEnclaveTransitHubPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualEnclaveTransitHubPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualEnclaveTransitHubPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to