Freigeben über


StampCapacity Konstruktoren

Definition

Ü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.

availableCapacity
Nullable<Int64>

Verfügbare Kapazität (Anzahl der Computer, Bytes des Speichers usw.).

totalCapacity
Nullable<Int64>

Gesamtkapazitä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"

workerSizeId
Nullable<Int32>

Größen-ID der Computer: 0 - Klein 1 - Mittel 2 - Groß

excludeFromCapacityAllocation
Nullable<Boolean>

Wenn <Code>true</Code> ist, enthält es grundlegende Apps. Einfache Apps werden nicht für die Kapazitätszuweisung verwendet.

isApplicableForAllComputeModes
Nullable<Boolean>

<code>true</code> , wenn die Kapazität für alle Apps gilt, <andernfalls Code>false</code>.

siteMode
String

Shared oder Dedicated.

isLinux
Nullable<Boolean>

Ist dies eine Linux-Stempelkapazität?

Gilt für: