StampCapacity Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
StampCapacity() |
Inicializuje novou instanci StampCapacity třídy. |
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>) |
Inicializuje novou instanci StampCapacity třídy. |
StampCapacity()
Inicializuje novou instanci StampCapacity třídy.
public StampCapacity ();
Public Sub New ()
Platí pro
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)
Inicializuje novou instanci StampCapacity třídy.
public StampCapacity (string name = default, long? availableCapacity = default, long? totalCapacity = default, string unit = default, Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions? computeMode = default, Microsoft.Azure.Management.AppService.Fluent.Models.WorkerSizeOptions? workerSize = default, int? workerSizeId = default, bool? excludeFromCapacityAllocation = default, bool? isApplicableForAllComputeModes = default, string siteMode = default, bool? isLinux = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity : string * Nullable<int64> * Nullable<int64> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerSizeOptions> * Nullable<int> * Nullable<bool> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity
Public Sub New (Optional name As String = Nothing, Optional availableCapacity As Nullable(Of Long) = Nothing, Optional totalCapacity As Nullable(Of Long) = Nothing, Optional unit As String = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional workerSize As Nullable(Of WorkerSizeOptions) = Nothing, Optional workerSizeId As Nullable(Of Integer) = Nothing, Optional excludeFromCapacityAllocation As Nullable(Of Boolean) = Nothing, Optional isApplicableForAllComputeModes As Nullable(Of Boolean) = Nothing, Optional siteMode As String = Nothing, Optional isLinux As Nullable(Of Boolean) = Nothing)
Parametry
- name
- String
Název razítka.
- unit
- String
Název jednotky.
- computeMode
- Nullable<ComputeModeOptions>
Sdílené nebo vyhrazené pracovní procesy. Mezi možné hodnoty patří: Shared, Dedicated, Dynamic.
- workerSize
- Nullable<WorkerSizeOptions>
Velikost počítačů. Mezi možné hodnoty patří: "Small", 'Medium', 'Large', 'D1', 'D2', 'D3', 'NestedSmall', 'Default'
Pokud <je kód>true</code>, zahrnuje základní aplikace. K přidělování kapacity se nepoužívají základní aplikace.
<kód>true</code> , pokud je kapacita použitelná pro všechny aplikace; <v opačném případě se jedná o kód>false</kód>.
- siteMode
- String
Sdílené nebo vyhrazené.
Platí pro
Azure SDK for .NET