StampCapacity Class
Stamp capacity information.
- Inheritance
-
azure.mgmt.web._serialization.ModelStampCapacity
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
|
Name of the stamp. |
available_capacity
|
Available capacity (# of machines, bytes of storage etc...). |
total_capacity
|
Total capacity (# of machines, bytes of storage etc...). |
unit
|
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", and "Default". |
worker_size_id
|
Size ID of machines: 0 - Small 1 - Medium 2 - Large. |
exclude_from_capacity_allocation
|
If |
is_applicable_for_all_compute_modes
|
|
site_mode
|
Shared or Dedicated. |
is_linux
|
Is this a linux stamp capacity. |
Variables
Name | Description |
---|---|
name
|
Name of the stamp. |
available_capacity
|
Available capacity (# of machines, bytes of storage etc...). |
total_capacity
|
Total capacity (# of machines, bytes of storage etc...). |
unit
|
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", and "Default". |
worker_size_id
|
Size ID of machines: 0 - Small 1 - Medium 2 - Large. |
exclude_from_capacity_allocation
|
If |
is_applicable_for_all_compute_modes
|
|
site_mode
|
Shared or Dedicated. |
is_linux
|
Is this a linux stamp capacity. |
Azure SDK for Python