@Beta(value=V1_17_0) public interface RegistryTaskRun extends HasInner<com.microsoft.azure.management.containerregistry.implementation.RunInner>, Refreshable<RegistryTaskRun>
Modifier and Type | Interface and Description |
---|---|
static interface |
RegistryTaskRun.Definition
Container interface for all the definitions related to a RegistryTaskRun.
|
static interface |
RegistryTaskRun.DefinitionStages
Grouping of registry task run definition stages.
|
Modifier and Type | Method and Description |
---|---|
int |
cpu() |
org.joda.time.DateTime |
createTime() |
boolean |
isArchiveEnabled() |
org.joda.time.DateTime |
lastUpdatedTime() |
PlatformProperties |
platform() |
ProvisioningState |
provisioningState() |
String |
registryName() |
String |
resourceGroupName() |
String |
runId() |
RunType |
runType() |
RunStatus |
status() |
String |
taskName() |
inner
refresh, refreshAsync
String resourceGroupName()
String registryName()
String taskName()
RunStatus status()
RunType runType()
org.joda.time.DateTime lastUpdatedTime()
org.joda.time.DateTime createTime()
boolean isArchiveEnabled()
PlatformProperties platform()
int cpu()
ProvisioningState provisioningState()
String runId()
Copyright © 2019. All rights reserved.