StampCapacity Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
StampCapacity() |
Initialisiert eine neue instance der StampCapacity-Klasse. |
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>) |
Initialisiert eine neue instance der StampCapacity-Klasse. |
StampCapacity()
Initialisiert eine neue instance der StampCapacity-Klasse.
public StampCapacity();
Public Sub New ()
Gilt für:
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)
Initialisiert eine neue instance der StampCapacity-Klasse.
public StampCapacity(string name = default, long? availableCapacity = default, long? totalCapacity = default, string unit = default, Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions? computeMode = default, Microsoft.Azure.Management.WebSites.Models.WorkerSizeOptions? workerSize = default, int? workerSizeId = default, bool? excludeFromCapacityAllocation = default, bool? isApplicableForAllComputeModes = default, string siteMode = default, bool? isLinux = default);
new Microsoft.Azure.Management.WebSites.Models.StampCapacity : string * Nullable<int64> * Nullable<int64> * string * Nullable<Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions> * Nullable<Microsoft.Azure.Management.WebSites.Models.WorkerSizeOptions> * Nullable<int> * Nullable<bool> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.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)
Parameter
- name
- String
Name des Stempels.
Verfügbare Kapazität (Anzahl der Computer, Bytes des Speichers usw.).
- unit
- String
Name der Einheit.
- computeMode
- Nullable<ComputeModeOptions>
Freigegebene/dedizierte Worker. Mögliche Werte: "Shared", "Dedicated", "Dynamic"
- workerSize
- Nullable<WorkerSizeOptions>
Größe der Computer. Mögliche Werte: "Small", "Medium", "Large", "D1", "D2", "D3", "SmallV3", "MediumV3", "LargeV3", "NestedSmall", "NestedSmallLinux", "Default"
Wenn <Code>true</Code> ist, enthält es grundlegende Apps. Einfache Apps werden nicht für die Kapazitätszuweisung verwendet.
<code>true</code> , wenn die Kapazität für alle Apps gilt, <andernfalls Code>false</code>.
- siteMode
- String
Shared oder Dedicated.
Gilt für:
Azure SDK for .NET