AutoStorageProperties 클래스

정의

Batch 계정과 연결된 자동 스토리지 계정에 대한 정보를 포함합니다.

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

생성자

AutoStorageProperties()

AutoStorageProperties 클래스의 새 instance 초기화합니다.

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

AutoStorageProperties 클래스의 새 instance 초기화합니다.

속성

AuthenticationMode

Batch 서비스에서 자동 스토리지 계정을 관리하는 데 사용할 인증 모드를 가져오거나 설정합니다. 가능한 값은 'StorageKeys', 'BatchAccountManagedIdentity'입니다.

(다음에서 상속됨 AutoStorageBaseProperties)
LastKeySync

스토리지 키가 Batch 계정과 마지막으로 동기화된 UTC 시간을 가져오거나 설정합니다.

NodeIdentityReference

컴퓨팅 노드가 자동 스토리지에 액세스하는 데 사용할 사용자 할당 ID에 대한 참조를 가져오거나 설정합니다.

(다음에서 상속됨 AutoStorageBaseProperties)
StorageAccountId

자동 스토리지 계정에 사용할 스토리지 계정의 리소스 ID를 가져오거나 설정합니다.

(다음에서 상속됨 AutoStorageBaseProperties)

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상