IStampCapacity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter))]
public interface IStampCapacity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StampCapacityTypeConverter))>]
type IStampCapacity = interface
interface IJsonSerializable
Public Interface IStampCapacity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AvailableCapacity |
Available capacity (# of machines, bytes of storage etc...). |
ComputeMode |
Shared/dedicated workers. |
ExcludeFromCapacityAllocation |
If |
IsApplicableForAllComputeMode |
|
IsLinux |
Is this a linux stamp capacity |
Name |
Name of the stamp. |
SiteMode |
Shared or Dedicated. |
TotalCapacity |
Total capacity (# of machines, bytes of storage etc...). |
Unit |
Name of the unit. |
WorkerSize |
Size of the machines. |
WorkerSizeId |
Size ID of machines: 0 - Small 1 - Medium 2 - Large |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |