다음을 통해 공유


AutoStorageProperties 생성자

정의

오버로드

AutoStorageProperties()

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

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

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

AutoStorageProperties()

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

public AutoStorageProperties ();
Public Sub New ()

적용 대상

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

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

public AutoStorageProperties (string storageAccountId, DateTime lastKeySync, Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode? authenticationMode = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference nodeIdentityReference = default);
new Microsoft.Azure.Management.Batch.Models.AutoStorageProperties : string * DateTime * Nullable<Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode> * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AutoStorageProperties
Public Sub New (storageAccountId As String, lastKeySync As DateTime, Optional authenticationMode As Nullable(Of AutoStorageAuthenticationMode) = Nothing, Optional nodeIdentityReference As ComputeNodeIdentityReference = Nothing)

매개 변수

storageAccountId
String

자동 스토리지 계정에 사용할 스토리지 계정의 리소스 ID입니다.

lastKeySync
DateTime

스토리지 키가 Batch 계정과 마지막으로 동기화된 UTC 시간입니다.

authenticationMode
Nullable<AutoStorageAuthenticationMode>

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

nodeIdentityReference
ComputeNodeIdentityReference

컴퓨팅 노드가 자동 스토리지에 액세스하는 데 사용할 사용자 할당 ID에 대한 참조입니다.

적용 대상