Interface RegistryTaskRun

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RunInner>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<RegistryTaskRun>

@Deprecated public interface RegistryTaskRun extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RunInner>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<RegistryTaskRun>
Deprecated.
Use azure-resourcemanager-containerregistry-tasks lib.
An immutable client-side representation of an Azure RegistryDockerTaskRunRequest registry task run request.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated.
    Container interface for all the definitions related to a RegistryTaskRun.
    static interface 
    Deprecated.
    Grouping of registry task run definition stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    cpu()
    Deprecated.
    Gets the numbers of CPU.
    Deprecated.
    Gets the time when the run request was created.
    boolean
    Deprecated.
    Checks whether archiving is enabled for the run request.
    Deprecated.
    Gets the last time the run request was updated.
    Deprecated.
    Gets the platform properties of the run request.
    Deprecated.
    Gets the provisioning state of the run request.
    Deprecated.
    Gets the registry name.
    Deprecated.
    Gets the name of the resource group.
    Deprecated.
    Gets the id of the run.
    Deprecated.
    Gets the run type of the run request.
    Deprecated.
    Gets the status of the run request.
    Deprecated.
    Gets the name of the task.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync
  • Method Details

    • resourceGroupName

      String resourceGroupName()
      Deprecated.
      Gets the name of the resource group.
      Returns:
      the name of the resource group for this task run request
    • registryName

      String registryName()
      Deprecated.
      Gets the registry name.
      Returns:
      the registry name of this task run request
    • taskName

      String taskName()
      Deprecated.
      Gets the name of the task.
      Returns:
      the name of the task in the case of a TaskRunRequest (or null if task is still queued), null in other cases
    • status

      RunStatus status()
      Deprecated.
      Gets the status of the run request.
      Returns:
      the status of the run request
    • runType

      RunType runType()
      Deprecated.
      Gets the run type of the run request.
      Returns:
      the run type of the run request
    • lastUpdatedTime

      OffsetDateTime lastUpdatedTime()
      Deprecated.
      Gets the last time the run request was updated.
      Returns:
      the last time the run request was updated
    • createTime

      OffsetDateTime createTime()
      Deprecated.
      Gets the time when the run request was created.
      Returns:
      the time when the run request was created
    • isArchiveEnabled

      boolean isArchiveEnabled()
      Deprecated.
      Checks whether archiving is enabled for the run request.
      Returns:
      whether archiving is enabled for the run request
    • platform

      PlatformProperties platform()
      Deprecated.
      Gets the platform properties of the run request.
      Returns:
      the platform properties of the run request
    • cpu

      int cpu()
      Deprecated.
      Gets the numbers of CPU.
      Returns:
      the numbers of CPU
    • provisioningState

      ProvisioningState provisioningState()
      Deprecated.
      Gets the provisioning state of the run request.
      Returns:
      the provisioning state of the run request
    • runId

      String runId()
      Deprecated.
      Gets the id of the run.
      Returns:
      the id of the run