Interface RegistryTaskRun
- All Superinterfaces:
HasInner<com.microsoft.azure.management.containerregistry.implementation.RunInner>
,Refreshable<RegistryTaskRun>
@Beta(V1_17_0)
public interface RegistryTaskRun
extends HasInner<com.microsoft.azure.management.containerregistry.implementation.RunInner>, Refreshable<RegistryTaskRun>
An immutable client-side representation of an Azure RegistryDockerTaskRunRequest registry task run request.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions related to a RegistryTaskRun.static interface
Grouping of registry task run definition stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
resourceGroupName
String resourceGroupName()- Returns:
- the name of the resource group for this task run request
-
registryName
String registryName()- Returns:
- the registry name of this task run request
-
taskName
String taskName()- 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()- Returns:
- the status of the run request
-
runType
RunType runType()- Returns:
- the run type of the run request
-
lastUpdatedTime
org.joda.time.DateTime lastUpdatedTime()- Returns:
- the last time the run request was updated
-
createTime
org.joda.time.DateTime createTime()- Returns:
- the time when the run request was created
-
isArchiveEnabled
boolean isArchiveEnabled()- Returns:
- whether archiving is enabled for the run request
-
platform
PlatformProperties platform()- Returns:
- the platform properties of the run request
-
cpu
int cpu()- Returns:
- the numbers of cpu
-
provisioningState
ProvisioningState provisioningState()- Returns:
- the provisioning state of the run request
-
runId
String runId()- Returns:
- the id of the run
-