Class RegistryUpdateParameters

java.lang.Object
com.microsoft.azure.management.containerregistry.RegistryUpdateParameters

public class RegistryUpdateParameters extends Object
The parameters for updating a container registry.
  • Constructor Details

    • RegistryUpdateParameters

      public RegistryUpdateParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags for the container registry.
      Returns:
      the tags value
    • withTags

      public RegistryUpdateParameters withTags(Map<String,String> tags)
      Set the tags for the container registry.
      Parameters:
      tags - the tags value to set
      Returns:
      the RegistryUpdateParameters object itself.
    • sku

      public Sku sku()
      Get the SKU of the container registry.
      Returns:
      the sku value
    • withSku

      public RegistryUpdateParameters withSku(Sku sku)
      Set the SKU of the container registry.
      Parameters:
      sku - the sku value to set
      Returns:
      the RegistryUpdateParameters object itself.
    • adminUserEnabled

      public Boolean adminUserEnabled()
      Get the value that indicates whether the admin user is enabled.
      Returns:
      the adminUserEnabled value
    • withAdminUserEnabled

      public RegistryUpdateParameters withAdminUserEnabled(Boolean adminUserEnabled)
      Set the value that indicates whether the admin user is enabled.
      Parameters:
      adminUserEnabled - the adminUserEnabled value to set
      Returns:
      the RegistryUpdateParameters object itself.
    • storageAccount

      public StorageAccountProperties 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

      public RegistryUpdateParameters withStorageAccount(StorageAccountProperties storageAccount)
      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.