StampCapacity 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.
Stamp capacity information. Serialized Name: StampCapacity
public class StampCapacity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.StampCapacity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.StampCapacity>
type StampCapacity = class
interface IJsonModel<StampCapacity>
interface IPersistableModel<StampCapacity>
Public Class StampCapacity
Implements IJsonModel(Of StampCapacity), IPersistableModel(Of StampCapacity)
- Inheritance
-
StampCapacity
- Implements
Properties
| Name | Description |
|---|---|
| AvailableCapacity |
Available capacity (# of machines, bytes of storage etc...). Serialized Name: StampCapacity.availableCapacity |
| ComputeMode |
Shared/dedicated workers. Serialized Name: StampCapacity.computeMode |
| ExcludeFromCapacityAllocation |
If <code>true</code>, it includes basic apps. Basic apps are not used for capacity allocation. Serialized Name: StampCapacity.excludeFromCapacityAllocation |
| IsApplicableForAllComputeModes |
<code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>. Serialized Name: StampCapacity.isApplicableForAllComputeModes |
| IsLinux |
Is this a linux stamp capacity Serialized Name: StampCapacity.isLinux |
| Name |
Name of the stamp. Serialized Name: StampCapacity.name |
| SiteMode |
Shared or Dedicated. Serialized Name: StampCapacity.siteMode |
| TotalCapacity |
Total capacity (# of machines, bytes of storage etc...). Serialized Name: StampCapacity.totalCapacity |
| Unit |
Name of the unit. Serialized Name: StampCapacity.unit |
| WorkerSize |
Size of the machines. Serialized Name: StampCapacity.workerSize |
| WorkerSizeId |
Size ID of machines: 0 - Small 1 - Medium 2 - Large Serialized Name: StampCapacity.workerSizeId |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<StampCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<StampCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<StampCapacity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<StampCapacity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<StampCapacity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |