Share via


BatchSupportedSku Class

Definition

Describes a Batch supported SKU.

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

Properties

Name Description
BatchSupportEndOfLife

The time when Azure Batch service will retire this SKU.

Capabilities

A collection of capabilities which this SKU supports.

FamilyName

The family name of the SKU.

Name

The name of the SKU.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BatchSupportedSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchSupportedSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchSupportedSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchSupportedSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to