StampCapacity Class

Stamp capacity information.

Inheritance
azure.mgmt.web._serialization.Model
StampCapacity

Constructor

StampCapacity(*, name: str | None = None, available_capacity: int | None = None, total_capacity: int | None = None, unit: str | None = None, compute_mode: str | _models.ComputeModeOptions | None = None, worker_size: str | _models.WorkerSizeOptions | None = None, worker_size_id: int | None = None, exclude_from_capacity_allocation: bool | None = None, is_applicable_for_all_compute_modes: bool | None = None, site_mode: str | None = None, is_linux: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the stamp.

available_capacity
int

Available capacity (# of machines, bytes of storage etc...).

total_capacity
int

Total capacity (# of machines, bytes of storage etc...).

unit
str

Name of the unit.

compute_mode

Shared/dedicated workers. Known values are: "Shared", "Dedicated", and "Dynamic".

worker_size

Size of the machines. Known values are: "Small", "Medium", "Large", "D1", "D2", "D3", "NestedSmall", and "Default".

worker_size_id
int

Size ID of machines: 0 - Small 1 - Medium 2 - Large.

exclude_from_capacity_allocation

If <code>true</code>, it includes basic apps. Basic apps are not used for capacity allocation.

is_applicable_for_all_compute_modes

<code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.

site_mode
str

Shared or Dedicated.

is_linux

Is this a linux stamp capacity.

Variables

Name Description
name
str

Name of the stamp.

available_capacity
int

Available capacity (# of machines, bytes of storage etc...).

total_capacity
int

Total capacity (# of machines, bytes of storage etc...).

unit
str

Name of the unit.

compute_mode

Shared/dedicated workers. Known values are: "Shared", "Dedicated", and "Dynamic".

worker_size

Size of the machines. Known values are: "Small", "Medium", "Large", "D1", "D2", "D3", "NestedSmall", and "Default".

worker_size_id
int

Size ID of machines: 0 - Small 1 - Medium 2 - Large.

exclude_from_capacity_allocation

If <code>true</code>, it includes basic apps. Basic apps are not used for capacity allocation.

is_applicable_for_all_compute_modes

<code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.

site_mode
str

Shared or Dedicated.

is_linux

Is this a linux stamp capacity.