Interface RegistryDockerTaskRunRequest


public interface RegistryDockerTaskRunRequest
An immutable client-side representation of an Azure registry Docker task run request.
  • Method Details

    • timeout

      int timeout()
      Gets the length of the timeout.
      Returns:
      the length of the timeout.
    • platform

      PlatformProperties platform()
      Gets the properties of the platform.
      Returns:
      the properties of the platform.
    • cpuCount

      int cpuCount()
      Gets the number of CPUs.
      Returns:
      the number of CPUs.
    • sourceLocation

      String sourceLocation()
      Gets the location of the source control.
      Returns:
      the location of the source control.
    • isArchiveEnabled

      boolean isArchiveEnabled()
      Checks whether archive is enabled.
      Returns:
      whether archive is enabled.