共用方式為


StampCapacity 建構函式

定義

多載

StampCapacity()

初始化 StampCapacity 類別的新實例。

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

初始化 StampCapacity 類別的新實例。

StampCapacity()

初始化 StampCapacity 類別的新實例。

public StampCapacity ();
Public Sub New ()

適用於

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

初始化 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)

參數

name
String

戳記的名稱。

availableCapacity
Nullable<Int64>

可用的容量 (# 電腦、儲存體位元組等...) 。

totalCapacity
Nullable<Int64>

機器容量總計 (#、儲存體位元組等...) 。

unit
String

單位的名稱。

computeMode
Nullable<ComputeModeOptions>

共用/專用背景工作角色。 可能的值包括:'Shared'、'Dedicated'、'Dynamic'

workerSize
Nullable<WorkerSizeOptions>

機器的大小。 可能的值包括:'Small'、'Medium'、'Large'、'D1'、'D2'、'D3'、'NestedSmall'、'Default'

workerSizeId
Nullable<Int32>

機器的大小識別碼:0 - 小型 1 - 中型 2 - 大型

excludeFromCapacityAllocation
Nullable<Boolean>

如果 < 程式碼 > 為 true < /code > ,則包含基本應用程式。 基本應用程式不會用於容量配置。

isApplicableForAllComputeModes
Nullable<Boolean>

<如果容量適用于所有應用程式,則程式碼為 true < /code > ;否則為 <> false < /code > 。 >

siteMode
String

共用或專用。

isLinux
Nullable<Boolean>

這是 Linux 戳記容量

適用於