Class RegistryUpdateParameters
java.lang.Object
com.microsoft.azure.management.containerregistry.RegistryUpdateParameters
The parameters for updating a container registry.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the value that indicates whether the admin user is enabled.sku()
Get the SKU of the container registry.Get the parameters of a storage account for the container registry.tags()
Get the tags for the container registry.withAdminUserEnabled
(Boolean adminUserEnabled) Set the value that indicates whether the admin user is enabled.Set the SKU of the container registry.withStorageAccount
(StorageAccountProperties storageAccount) Set the parameters of a storage account for the container registry.Set the tags for the container registry.
-
Constructor Details
-
RegistryUpdateParameters
public RegistryUpdateParameters()
-
-
Method Details
-
tags
Get the tags for the container registry.- Returns:
- the tags value
-
withTags
Set the tags for the container registry.- Parameters:
tags
- the tags value to set- Returns:
- the RegistryUpdateParameters object itself.
-
sku
Get the SKU of the container registry.- Returns:
- the sku value
-
withSku
Set the SKU of the container registry.- Parameters:
sku
- the sku value to set- Returns:
- the RegistryUpdateParameters object itself.
-
adminUserEnabled
Get the value that indicates whether the admin user is enabled.- Returns:
- the adminUserEnabled value
-
withAdminUserEnabled
Set the value that indicates whether the admin user is enabled.- Parameters:
adminUserEnabled
- the adminUserEnabled value to set- Returns:
- the RegistryUpdateParameters object itself.
-
storageAccount
Get the parameters of a storage account for the container registry. Only applicable to Classic SKU. If specified, the storage account must be in the same physical location as the container registry.- Returns:
- the storageAccount value
-
withStorageAccount
Set the parameters of a storage account for the container registry. Only applicable to Classic SKU. If specified, the storage account must be in the same physical location as the container registry.- Parameters:
storageAccount
- the storageAccount value to set- Returns:
- the RegistryUpdateParameters object itself.
-