BatchSkuCapability Class

Definition

A SKU capability, such as the number of cores.

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

Properties

Name

The name of the feature.

Value

The value of the feature.

Explicit Interface Implementations

IJsonModel<BatchSkuCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchSkuCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchSkuCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchSkuCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchSkuCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to