137 строки
8.9 KiB
YAML
137 строки
8.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun"
|
|
name: "RegistryTaskRun"
|
|
nameWithType: "RegistryTaskRun"
|
|
summary: "An immutable client-side representation of an Azure Registry<wbr>Docker<wbr>Task<wbr>Run<wbr>Request registry task run request."
|
|
syntax: "public interface **RegistryTaskRun**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.implementation.RunInner?alt=com.microsoft.azure.management.containerregistry.implementation.RunInner&text=RunInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTaskRun?alt=com.microsoft.azure.management.containerregistry.RegistryTaskRun&text=RegistryTaskRun\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.cpu()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.cpu()"
|
|
name: "cpu()"
|
|
nameWithType: "RegistryTaskRun.cpu()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int cpu()"
|
|
returns:
|
|
description: "the numbers of cpu"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.createTime()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.createTime()"
|
|
name: "createTime()"
|
|
nameWithType: "RegistryTaskRun.createTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime createTime()"
|
|
returns:
|
|
description: "the time when the run request was created"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.isArchiveEnabled()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.isArchiveEnabled()"
|
|
name: "isArchiveEnabled()"
|
|
nameWithType: "RegistryTaskRun.isArchiveEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean isArchiveEnabled()"
|
|
returns:
|
|
description: "whether archiving is enabled for the run request"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.lastUpdatedTime()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.lastUpdatedTime()"
|
|
name: "lastUpdatedTime()"
|
|
nameWithType: "RegistryTaskRun.lastUpdatedTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime lastUpdatedTime()"
|
|
returns:
|
|
description: "the last time the run request was updated"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.platform()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.platform()"
|
|
name: "platform()"
|
|
nameWithType: "RegistryTaskRun.platform()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PlatformProperties platform()"
|
|
returns:
|
|
description: "the platform properties of the run request"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.PlatformProperties?alt=com.microsoft.azure.management.containerregistry.PlatformProperties&text=PlatformProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "RegistryTaskRun.provisioningState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ProvisioningState provisioningState()"
|
|
returns:
|
|
description: "the provisioning state of the run request"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.ProvisioningState?alt=com.microsoft.azure.management.containerregistry.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.registryName()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.registryName()"
|
|
name: "registryName()"
|
|
nameWithType: "RegistryTaskRun.registryName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String registryName()"
|
|
returns:
|
|
description: "the registry name of this task run request"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.resourceGroupName()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "RegistryTaskRun.resourceGroupName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
returns:
|
|
description: "the name of the resource group for this task run request"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.runId()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.runId()"
|
|
name: "runId()"
|
|
nameWithType: "RegistryTaskRun.runId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String runId()"
|
|
returns:
|
|
description: "the id of the run"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.runType()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.runType()"
|
|
name: "runType()"
|
|
nameWithType: "RegistryTaskRun.runType()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract RunType runType()"
|
|
returns:
|
|
description: "the run type of the run request"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunType?alt=com.microsoft.azure.management.containerregistry.RunType&text=RunType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.status()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.status()"
|
|
name: "status()"
|
|
nameWithType: "RegistryTaskRun.status()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract RunStatus status()"
|
|
returns:
|
|
description: "the status of the run request"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunStatus?alt=com.microsoft.azure.management.containerregistry.RunStatus&text=RunStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.taskName()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRun.taskName()"
|
|
name: "taskName()"
|
|
nameWithType: "RegistryTaskRun.taskName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String taskName()"
|
|
returns:
|
|
description: "the name of the task in the case of a TaskRunRequest (or null if task is still queued), null in other cases"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure RegistryDockerTaskRunRequest registry task run request."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.implementation.RunInner?alt=com.microsoft.azure.management.containerregistry.implementation.RunInner&text=RunInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTaskRun?alt=com.microsoft.azure.management.containerregistry.RegistryTaskRun&text=RegistryTaskRun\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|