FirmwareAnalysisWorkspacePatch Class

Definition

Firmware analysis workspace.

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

Constructors

FirmwareAnalysisWorkspacePatch()

Initializes a new instance of FirmwareAnalysisWorkspacePatch.

Properties

ProvisioningState

Provisioning state of the resource.

Explicit Interface Implementations

IJsonModel<FirmwareAnalysisWorkspacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirmwareAnalysisWorkspacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirmwareAnalysisWorkspacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirmwareAnalysisWorkspacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirmwareAnalysisWorkspacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to