AutoStorageProperties 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Batch 계정과 연결된 자동 스토리지 계정에 대한 정보를 포함합니다.
public class AutoStorageProperties : Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties
type AutoStorageProperties = class
inherit AutoStorageBaseProperties
Public Class AutoStorageProperties
Inherits AutoStorageBaseProperties
- 상속
생성자
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() |
개체의 유효성을 검사합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET