AutoStorageProperties 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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에 대한 참조입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET