AvailableLabServicesSkuCapacity 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.
The scale out/in options of the SKU.
public class AvailableLabServicesSkuCapacity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LabServices.Models.AvailableLabServicesSkuCapacity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LabServices.Models.AvailableLabServicesSkuCapacity>
public class AvailableLabServicesSkuCapacity
type AvailableLabServicesSkuCapacity = class
interface IJsonModel<AvailableLabServicesSkuCapacity>
interface IPersistableModel<AvailableLabServicesSkuCapacity>
type AvailableLabServicesSkuCapacity = class
Public Class AvailableLabServicesSkuCapacity
Implements IJsonModel(Of AvailableLabServicesSkuCapacity), IPersistableModel(Of AvailableLabServicesSkuCapacity)
Public Class AvailableLabServicesSkuCapacity
- Inheritance
-
AvailableLabServicesSkuCapacity
- Implements
Properties
Default |
The default capacity for this resource. |
Maximum |
The highest permitted capacity for this resource. |
Minimum |
The lowest permitted capacity for this resource. |
ScaleType |
The localized name of the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AvailableLabServicesSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AvailableLabServicesSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AvailableLabServicesSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AvailableLabServicesSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AvailableLabServicesSkuCapacity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |