RegistryTaskRun Interface
Implements
public interface RegistryTaskRun
extends HasInnerModel<RunInner>, Refreshable<RegistryTaskRun>
An immutable client-side representation of an Azure RegistryDockerTaskRunRequest registry task run request.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract int |
cpu()
Gets the numbers of CPU. |
abstract
Offset |
createTime()
Gets the time when the run request was created. |
abstract boolean |
isArchiveEnabled()
Checks whether archiving is enabled for the run request. |
abstract
Offset |
lastUpdatedTime()
Gets the last time the run request was updated. |
abstract
Platform |
platform()
Gets the platform properties of the run request. |
abstract
Provisioning |
provisioningState()
Gets the provisioning state of the run request. |
abstract String |
registryName()
Gets the registry name. |
abstract String |
resourceGroupName()
Gets the name of the resource group. |
abstract String |
runId()
Gets the id of the run. |
abstract
Run |
runType()
Gets the run type of the run request. |
abstract
Run |
status()
Gets the status of the run request. |
abstract String |
taskName()
Gets the name of the task. |
Method Details
cpu
public abstract int cpu()
Gets the numbers of CPU.
Returns:
createTime
public abstract OffsetDateTime createTime()
Gets the time when the run request was created.
Returns:
isArchiveEnabled
public abstract boolean isArchiveEnabled()
Checks whether archiving is enabled for the run request.
Returns:
lastUpdatedTime
public abstract OffsetDateTime lastUpdatedTime()
Gets the last time the run request was updated.
Returns:
platform
public abstract PlatformProperties platform()
Gets the platform properties of the run request.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioning state of the run request.
Returns:
registryName
public abstract String registryName()
Gets the registry name.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
runId
public abstract String runId()
Gets the id of the run.
Returns:
runType
public abstract RunType runType()
Gets the run type of the run request.
Returns:
status
public abstract RunStatus status()
Gets the status of the run request.
Returns:
taskName
public abstract String taskName()
Gets the name of the task.
Returns:
Applies to
Azure SDK for Java