共用方式為


BatchAccount 類別

定義

包含Azure Batch帳戶的相關資訊。

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

建構函式

BatchAccount()

初始化 BatchAccount 類別的新實例。

BatchAccount(String, String, String, String, IDictionary<String, String>, String, String, ProvisioningState, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, IList<PrivateEndpointConnection>, AutoStorageProperties, EncryptionProperties, Nullable<Int32>, Nullable<Int32>, IList<VirtualMachineFamilyCoreQuota>, Boolean, Int32, Int32, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)

初始化 BatchAccount 類別的新實例。

屬性

AccountEndpoint

取得用來與 Batch 服務互動的帳戶端點。

ActiveJobAndJobScheduleQuota

取得 Batch 帳戶的作用中作業和作業排程配額。

AllowedAuthenticationModes

取得 Batch 帳戶允許的驗證模式清單,此帳戶可用來向資料平面進行驗證。 這不會影響控制平面的驗證。

AutoStorage

取得與 Batch 帳戶相關聯之任何自動儲存體帳戶的屬性和狀態。

DedicatedCoreQuota

取得 Batch 帳戶的專用核心配額。

DedicatedCoreQuotaPerVMFamily

取得 Batch 帳戶的每個虛擬機器系列專用核心配額清單。 對於將 PoolAllocationMode 設定為 UserSubscription 的帳戶,系統會在訂用帳戶上管理配額,因此不會傳回此值。

DedicatedCoreQuotaPerVMFamilyEnforced

取得值,指出是否針對此帳戶強制執行每個虛擬機器系列的核心配額

Encryption

取得 Batch 帳戶的加密組態。

Id

取得資源的識別碼。

(繼承來源 Resource)
Identity

取得或設定 Batch 帳戶的身分識別。

KeyVaultReference

取得與 Batch 帳戶相關聯之 Azure 金鑰保存庫的參考。

Location

取得資源的位置。

(繼承來源 Resource)
LowPriorityCoreQuota

取得 Batch 帳戶的現成/低優先順序核心配額。

Name

取得資源的名稱。

(繼承來源 Resource)
NetworkProfile

取得或設定 Batch 帳戶的網路設定檔,其中包含每個端點的網路規則設定。

NodeManagementEndpoint

取得計算節點用來連線到 Batch-節點管理服務的端點。

PoolAllocationMode

取得用於在 Batch 帳戶中建立集區的配置模式。

PoolQuota

取得 Batch 帳戶的集區配額。

PrivateEndpointConnections

取得與 Batch 帳戶相關聯的私人端點連線清單

ProvisioningState

取得資源的布建狀態。 可能的值包括:'Invalid'、'Create'、'刪除'、'Succeeded'、'Failed'、'Cancelled'

PublicNetworkAccess

取得或設定用於存取Azure Batch服務和 Batch 帳戶作業的網路介面類別型。

Tags

取得資源的標記。

(繼承來源 Resource)
Type

取得資源的型別。

(繼承來源 Resource)

方法

Validate()

驗證 物件。

適用於