SystemCreatedAcrAccount Class
Azure ML ACR account.
- Inheritance
-
builtins.objectSystemCreatedAcrAccount
Constructor
SystemCreatedAcrAccount(*, acr_account_sku: str, arm_resource_id: str | None = None)
Parameters
Name | Description |
---|---|
acr_account_sku
Required
|
The storage account service tier. Currently only Premium is a valid option for registries. |
arm_resource_id
Required
|
<xref:<xref:str. Default value is None.>>
Resource ID of the ACR account. |
Keyword-Only Parameters
Name | Description |
---|---|
acr_account_sku
Required
|
|
arm_resource_id
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python