DiscardCommitBatchContent Class

Definition

Discard Commit Batch Request.

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

Constructors

Name Description
DiscardCommitBatchContent()

Initializes a new instance of DiscardCommitBatchContent.

Properties

Name Description
CommitBatchId

Commit Batch Identifier. If not provided, the latest commit batch status will be returned.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<DiscardCommitBatchContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiscardCommitBatchContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiscardCommitBatchContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiscardCommitBatchContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to