StampCapacity Class

Definition

Stamp capacity information.

public class StampCapacity
type StampCapacity = class
Public Class StampCapacity
Inheritance
StampCapacity

Constructors

StampCapacity()

Initializes a new instance of the StampCapacity class.

StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)

Initializes a new instance of the StampCapacity class.

Properties

AvailableCapacity

Gets or sets available capacity (# of machines, bytes of storage etc...).

ComputeMode

Gets or sets shared/dedicated workers. Possible values include: 'Shared', 'Dedicated', 'Dynamic'

ExcludeFromCapacityAllocation

Gets or sets if &lt;code&gt;true&lt;/code&gt;, it includes basic apps. Basic apps are not used for capacity allocation.

IsApplicableForAllComputeModes

Gets or sets &lt;code&gt;true&lt;/code&gt; if capacity is applicable for all apps; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsLinux

Gets or sets is this a linux stamp capacity

Name

Gets or sets name of the stamp.

SiteMode

Gets or sets shared or Dedicated.

TotalCapacity

Gets or sets total capacity (# of machines, bytes of storage etc...).

Unit

Gets or sets name of the unit.

WorkerSize

Gets or sets size of the machines. Possible values include: 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3', 'NestedSmall', 'Default'

WorkerSizeId

Gets or sets size ID of machines: 0 - Small 1 - Medium 2 - Large

Applies to