BatchSupportedSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |
Explicit Interface Implementations
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
Azure SDK for .NET