Class ContainerRegistryProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.ContainerRegistryProperties

public final class ContainerRegistryProperties extends Object
Container registry resource payload.
  • Constructor Details

    • ContainerRegistryProperties

      public ContainerRegistryProperties()
      Creates an instance of ContainerRegistryProperties class.
  • Method Details

    • credentials

      public ContainerRegistryCredentials credentials()
      Get the credentials property: The credentials of the container registry resource.
      Returns:
      the credentials value.
    • withCredentials

      public ContainerRegistryProperties withCredentials(ContainerRegistryCredentials credentials)
      Set the credentials property: The credentials of the container registry resource.
      Parameters:
      credentials - the credentials value to set.
      Returns:
      the ContainerRegistryProperties object itself.
    • provisioningState

      public ContainerRegistryProvisioningState provisioningState()
      Get the provisioningState property: State of the Container Registry.
      Returns:
      the provisioningState value.
    • validate

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