NetworkVerifierWorkspaceProperties Class

Definition

Compatibility declaration for the NetworkVerifierWorkspaceProperties type.

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

Constructors

Name Description
NetworkVerifierWorkspaceProperties()

Initializes a new instance of NetworkVerifierWorkspaceProperties.

Properties

Name Description
Description

Gets or sets the Description.

ProvisioningState

Gets or sets the ProvisioningState compatibility property.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkVerifierWorkspaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkVerifierWorkspaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkVerifierWorkspaceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkVerifierWorkspaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkVerifierWorkspaceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to