Delen via


StampCapacity Constructors

Definitie

Overloads

StampCapacity()

Initialiseert een nieuw exemplaar van de klasse StampCapacity.

StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)

Initialiseert een nieuw exemplaar van de klasse StampCapacity.

StampCapacity()

Initialiseert een nieuw exemplaar van de klasse StampCapacity.

public StampCapacity();
Public Sub New ()

Van toepassing op

StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)

Initialiseert een nieuw exemplaar van de klasse StampCapacity.

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)

Parameters

name
String

Naam van de stempel.

availableCapacity
Nullable<Int64>

Beschikbare capaciteit (aantal machines, bytes aan opslag, enzovoort).

totalCapacity
Nullable<Int64>

Totale capaciteit (aantal machines, bytes aan opslag, enzovoort).

unit
String

Naam van de eenheid.

computeMode
Nullable<ComputeModeOptions>

Gedeelde/toegewezen werknemers. Mogelijke waarden zijn: 'Gedeeld', 'Toegewezen', 'Dynamisch'

workerSize
Nullable<WorkerSizeOptions>

Grootte van de machines. Mogelijke waarden zijn: 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3', 'NestedSmall', 'Default'

workerSizeId
Nullable<Int32>

Grootte-id van machines: 0 - Klein 1 - Normaal 2 - Groot

excludeFromCapacityAllocation
Nullable<Boolean>

Als <code>waar</code> is, bevat deze basis-apps. Basis-apps worden niet gebruikt voor capaciteitstoewijzing.

isApplicableForAllComputeModes
Nullable<Boolean>

<code>true</code> als capaciteit van toepassing is op alle apps; <anders code>false</code>.

siteMode
String

Gedeeld of Toegewezen.

isLinux
Nullable<Boolean>

Is dit een Linux-zegelcapaciteit

Van toepassing op