CommitBatchStatusResponseProperties Class

Definition

Commit Batch Status Response Properties.

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

Properties

Name Description
CommitBatchDetailsFailedDevices

List of devices for which the commit operation failed.

CommitBatchId

Commit Batch Identifier.

CommitBatchState

Commit Batch State.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<CommitBatchStatusResponseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommitBatchStatusResponseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommitBatchStatusResponseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommitBatchStatusResponseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to