다음을 통해 공유


SystemCreatedStorageAccount 클래스

상속
builtins.object
SystemCreatedStorageAccount

생성자

SystemCreatedStorageAccount(*, storage_account_hns: bool, storage_account_type: StorageAccountType | None, arm_resource_id: str | None = None, replicated_ids: List[str] | None = None, replication_count: int = 1)

매개 변수

Name Description
arm_resource_id
필수
str

스토리지 계정의 리소스 ID입니다.

storage_account_hns
필수

이 스토리지 계정에 계층 구조 네임스페이스를 사용할 수 있는지 여부입니다.

storage_account_type
필수

허용되는 값: "Standard_LRS", "Standard_GRS, "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"

replication_count
필수
int

만들어야 하는 이 스토리지 계정의 복제본 수입니다. 기본값은 1입니다. 1보다 작은 값이 잘못되었습니다.

replicated_ids
필수

이 스토리지가 복제된 경우 이 레지스트리에 대한 이러한 설정이 있는 모든 스토리지 ID 목록입니다. 복제되지 않은 스토리지 계정의 기본값은 없음입니다.

키워드 전용 매개 변수

Name Description
storage_account_hns
필수
storage_account_type
필수
arm_resource_id
필수
replicated_ids
필수
replication_count
기본값: 1