StampCapacity Klasse
Stempelkapazitätsinformationen.
- Vererbung
-
azure.mgmt.web._serialization.ModelStampCapacity
Konstruktor
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)
Nur Schlüsselwortparameter
Name | Beschreibung |
---|---|
name
|
Name des Stempels. |
available_capacity
|
Verfügbare Kapazität (Anzahl der Computer, Bytes des Speichers usw.). |
total_capacity
|
Gesamtkapazität (Anzahl der Computer, Speicherbytes usw.) |
unit
|
Name der Einheit. |
compute_mode
|
str oder
ComputeModeOptions
Freigegebene/dedizierte Worker. Bekannte Werte sind "Shared", "Dedicated" und "Dynamic". |
worker_size
|
str oder
WorkerSizeOptions
Größe der Computer. Bekannte Werte sind: "Small", "Medium", "Large", "D1", "D2", "D3", "SmallV3", "MediumV3", "LargeV3", "NestedSmall", "NestedSmallLinux" und "Default". |
worker_size_id
|
Größen-ID der Computer: 0 - Klein 1 - Mittel 2 - Groß. |
exclude_from_capacity_allocation
|
Wenn |
is_applicable_for_all_compute_modes
|
|
site_mode
|
Shared oder Dedicated. |
is_linux
|
Ist dies eine Linux-Stempelkapazität? |
Variablen
Name | Beschreibung |
---|---|
name
|
Name des Stempels. |
available_capacity
|
Verfügbare Kapazität (Anzahl der Computer, Bytes des Speichers usw.). |
total_capacity
|
Gesamtkapazität (Anzahl der Computer, Speicherbytes usw.) |
unit
|
Name der Einheit. |
compute_mode
|
str oder
ComputeModeOptions
Freigegebene/dedizierte Worker. Bekannte Werte sind "Shared", "Dedicated" und "Dynamic". |
worker_size
|
str oder
WorkerSizeOptions
Größe der Computer. Bekannte Werte sind: "Small", "Medium", "Large", "D1", "D2", "D3", "SmallV3", "MediumV3", "LargeV3", "NestedSmall", "NestedSmallLinux" und "Default". |
worker_size_id
|
Größen-ID der Computer: 0 - Klein 1 - Mittel 2 - Groß. |
exclude_from_capacity_allocation
|
Wenn |
is_applicable_for_all_compute_modes
|
|
site_mode
|
Shared oder Dedicated. |
is_linux
|
Ist dies eine Linux-Stempelkapazität? |
Azure SDK for Python