RegistryRegionDetails Class
Details for each region a registry is in.
- Inheritance
-
builtins.objectRegistryRegionDetails
Constructor
RegistryRegionDetails(*, acr_config: List[str | SystemCreatedAcrAccount] | None = None, location: str | None = None, storage_config: List[str] | SystemCreatedStorageAccount | None = None)
Parameters
Name | Description |
---|---|
acr_details
Required
|
List of ACR account details. Each value can either be a single string representing the arm_resource_id of a user-created acr_details object, or a entire SystemCreatedAcrAccount object. |
location
Required
|
The location where the registry exists. |
storage_account_details
Required
|
List of storage accounts. Each value can either be a single string representing the arm_resource_id of a user-created storage account, or an entire SystemCreatedStorageAccount object. |
Keyword-Only Parameters
Name | Description |
---|---|
acr_config
Required
|
|
location
Required
|
|
storage_config
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python