共用方式為


Pool 類別

定義

包含集區的相關資訊。

[Microsoft.Rest.Serialization.JsonTransformation]
public class Pool : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Pool = class
    inherit ProxyResource
Public Class Pool
Inherits ProxyResource
繼承
屬性

建構函式

Pool()

初始化 Pool 類別的新實例。

Pool(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<PoolProvisioningState>, Nullable<DateTime>, Nullable<AllocationState>, Nullable<DateTime>, String, DeploymentConfiguration, Nullable<Int32>, Nullable<Int32>, ScaleSettings, AutoScaleRun, Nullable<InterNodeCommunicationState>, NetworkConfiguration, Nullable<Int32>, TaskSchedulingPolicy, IList<UserAccount>, IList<MetadataItem>, StartTask, IList<CertificateReference>, IList<ApplicationPackageReference>, IList<String>, ResizeOperationStatus, IList<MountConfiguration>, Nullable<NodeCommunicationMode>, Nullable<NodeCommunicationMode>, BatchPoolIdentity)

初始化 Pool 類別的新實例。

屬性

AllocationState

取得集區是否調整大小。

AllocationStateTransitionTime

取得集區進入其目前配置狀態的時間。

ApplicationLicenses

取得或設定 Batch 服務將在集區中的每個計算節點上提供的應用程式授權清單。

ApplicationPackages

取得或設定要安裝在集區中每個計算節點上的應用程式套件清單。

AutoScaleRun

取得自動調整公式上次執行的結果和錯誤。

Certificates

取得或設定要安裝在集區中每個計算節點上的憑證清單。

CreationTime

取得集區的建立時間。

CurrentDedicatedNodes

取得集區中目前專用計算節點的數目。

CurrentLowPriorityNodes

取得集區中目前現成/低優先順序計算節點的數目。

CurrentNodeCommunicationMode

取得集區通訊模式的目前狀態。

DeploymentConfiguration

取得或設定此屬性描述如何使用雲端服務或虛擬機器來部署集區節點。

DisplayName

取得或設定集區的顯示名稱。

Etag

取得用於並行語句之資源的 ETag。

(繼承來源 ProxyResource)
Id

取得資源的識別碼。

(繼承來源 ProxyResource)
Identity

取得或設定用於 Batch 集區的身分識別類型。

InterNodeCommunication

取得或設定集區是否允許節點之間的直接通訊。

LastModified

取得集區的上次修改時間。

Metadata

取得或設定與集區相關聯的名稱/值組清單作為中繼資料。

MountConfiguration

取得或設定要掛接在集區中每個節點上的檔案系統清單。

Name

取得資源的名稱。

(繼承來源 ProxyResource)
NetworkConfiguration

取得或設定集區的網路組態。

ProvisioningState

取得集區的目前狀態。

ProvisioningStateTransitionTime

取得集區進入其目前狀態的時間。

ResizeOperationStatus

取得包含目前或上次完成調整大小作業的詳細資料。

ScaleSettings

取得或設定設定設定,以設定集區中的節點數目。

StartTask

取得或設定指定在加入集區的每個計算節點上執行的工作。

TargetNodeCommunicationMode

取得或設定集區所需的節點通訊模式。

TaskSchedulingPolicy

取得或設定工作如何分散到集區中的計算節點。

TaskSlotsPerNode

取得或設定可用來在集區中單一計算節點上執行並行工作的工作位置數目。

Type

取得資源的型別。

(繼承來源 ProxyResource)
UserAccounts

取得或設定要建立于集區中每個節點上的使用者帳戶清單。

VmSize

取得或設定集區中的虛擬機器大小。 集區中的所有 VM 大小都相同。

方法

Validate()

驗證 物件。

適用於