BatchLocationQuota 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.
Quotas associated with a Batch region for a particular subscription.
public class BatchLocationQuota : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchLocationQuota>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchLocationQuota>
public class BatchLocationQuota
type BatchLocationQuota = class
interface IJsonModel<BatchLocationQuota>
interface IPersistableModel<BatchLocationQuota>
type BatchLocationQuota = class
Public Class BatchLocationQuota
Implements IJsonModel(Of BatchLocationQuota), IPersistableModel(Of BatchLocationQuota)
Public Class BatchLocationQuota
- Inheritance
-
BatchLocationQuota
- Implements
Properties
AccountQuota |
The number of Batch accounts that may be created under the subscription in the specified region. |
Explicit Interface Implementations
IJsonModel<BatchLocationQuota>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchLocationQuota>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchLocationQuota>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchLocationQuota>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchLocationQuota>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET