Share via


IStampCapacity Interface

Definition

[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 true, it includes basic apps. Basic apps are not used for capacity allocation.

IsApplicableForAllComputeMode

true if capacity is applicable for all apps; otherwise, false.

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)

Applies to