共用方式為


AutoStorageProperties 類別

定義

包含與 Batch 帳戶相關聯的自動儲存體帳戶相關資訊。

public class AutoStorageProperties : Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties
type AutoStorageProperties = class
    inherit AutoStorageBaseProperties
Public Class AutoStorageProperties
Inherits AutoStorageBaseProperties
繼承
AutoStorageProperties

建構函式

AutoStorageProperties()

初始化 AutoStorageProperties 類別的新實例。

AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

初始化 AutoStorageProperties 類別的新實例。

屬性

AuthenticationMode

取得或設定 Batch 服務將用來管理自動儲存體帳戶的驗證模式。 可能的值包括:'StorageKeys'、'BatchAccountManagedIdentity'

(繼承來源 AutoStorageBaseProperties)
LastKeySync

取得或設定上次與 Batch 帳戶同步儲存體金鑰的 UTC 時間。

NodeIdentityReference

取得或設定使用者指派身分識別的參考,計算節點將用來存取自動儲存體。

(繼承來源 AutoStorageBaseProperties)
StorageAccountId

取得或設定要用於自動儲存體帳戶之儲存體帳戶的資源識別碼。

(繼承來源 AutoStorageBaseProperties)

方法

Validate()

驗證 物件。

適用於