java.lang.Object
com.azure.resourcemanager.devhub.models.Acr

public final class Acr extends Object
Information on the azure container registry.
  • Constructor Details

    • Acr

      public Acr()
  • Method Details

    • acrSubscriptionId

      public String acrSubscriptionId()
      Get the acrSubscriptionId property: ACR subscription id.
      Returns:
      the acrSubscriptionId value.
    • withAcrSubscriptionId

      public Acr withAcrSubscriptionId(String acrSubscriptionId)
      Set the acrSubscriptionId property: ACR subscription id.
      Parameters:
      acrSubscriptionId - the acrSubscriptionId value to set.
      Returns:
      the Acr object itself.
    • acrResourceGroup

      public String acrResourceGroup()
      Get the acrResourceGroup property: ACR resource group.
      Returns:
      the acrResourceGroup value.
    • withAcrResourceGroup

      public Acr withAcrResourceGroup(String acrResourceGroup)
      Set the acrResourceGroup property: ACR resource group.
      Parameters:
      acrResourceGroup - the acrResourceGroup value to set.
      Returns:
      the Acr object itself.
    • acrRegistryName

      public String acrRegistryName()
      Get the acrRegistryName property: ACR registry.
      Returns:
      the acrRegistryName value.
    • withAcrRegistryName

      public Acr withAcrRegistryName(String acrRegistryName)
      Set the acrRegistryName property: ACR registry.
      Parameters:
      acrRegistryName - the acrRegistryName value to set.
      Returns:
      the Acr object itself.
    • acrRepositoryName

      public String acrRepositoryName()
      Get the acrRepositoryName property: ACR repository.
      Returns:
      the acrRepositoryName value.
    • withAcrRepositoryName

      public Acr withAcrRepositoryName(String acrRepositoryName)
      Set the acrRepositoryName property: ACR repository.
      Parameters:
      acrRepositoryName - the acrRepositoryName value to set.
      Returns:
      the Acr object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.