次の方法で共有


BatchAccountPoolMetadataItem Class

Definition

The Batch service does not assign any meaning to this metadata; it is solely for the use of user code.

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

Constructors

Name Description
BatchAccountPoolMetadataItem(String, String)

Initializes a new instance of BatchAccountPoolMetadataItem.

Properties

Name Description
Name

The name of the metadata item.

Value

The value of the metadata item.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BatchAccountPoolMetadataItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchAccountPoolMetadataItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchAccountPoolMetadataItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchAccountPoolMetadataItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to