BatchVmFamilyCoreQuota Class

Definition

A VM Family and its associated core quota for the Batch account.

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

Properties

CoreQuota

The core quota for the VM family for the Batch account.

Name

The Virtual Machine family name.

Explicit Interface Implementations

IJsonModel<BatchVmFamilyCoreQuota>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchVmFamilyCoreQuota>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchVmFamilyCoreQuota>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchVmFamilyCoreQuota>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchVmFamilyCoreQuota>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to