RegistryRegionDetails 類別

登錄所在的每個區域詳細資料。

繼承
builtins.object
RegistryRegionDetails

建構函式

RegistryRegionDetails(*, acr_config: List[str | SystemCreatedAcrAccount] | None = None, location: str | None = None, storage_config: List[str] | SystemCreatedStorageAccount | None = None)

參數

名稱 Description
acr_details
必要

ACR 帳戶詳細資料的清單。 每個值可以是單一字串,代表使用者建立acr_details物件的arm_resource_id,或是整個 SystemCreatedAcrAccount 物件。

location
必要
str

登錄所在的位置。

storage_account_details
必要

儲存體帳戶的清單。 每個值可以是單一字串,代表使用者建立儲存體帳戶的arm_resource_id,或整個 SystemCreatedStorageAccount 物件。

僅限關鍵字參數

名稱 Description
acr_config
必要
location
必要
storage_config
必要