Interface RegistryFileTaskRunRequest


@Beta(V1_17_0) public interface RegistryFileTaskRunRequest
An immutable client-side representation of an Azure registry file task run request.
  • Method Details

    • timeout

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

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

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

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

      boolean isArchiveEnabled()
      Returns:
      whether archive is enabled.