azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

228 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.RunFilter"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter"
name: "RunFilter"
nameWithType: "RunFilter"
summary: "Properties that are enabled for Odata querying on runs."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **RunFilter**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.RunFilter()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.RunFilter()"
name: "RunFilter()"
nameWithType: "RunFilter.RunFilter()"
syntax: "public RunFilter()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.createTime()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.createTime()"
name: "createTime()"
nameWithType: "RunFilter.createTime()"
summary: "Get the create time for a run."
syntax: "public DateTime createTime()"
desc: "Get the create time for a run."
returns:
description: "the createTime value"
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.RunFilter.finishTime()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.finishTime()"
name: "finishTime()"
nameWithType: "RunFilter.finishTime()"
summary: "Get the time the run finished."
syntax: "public DateTime finishTime()"
desc: "Get the time the run finished."
returns:
description: "the finishTime value"
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.RunFilter.isArchiveEnabled()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.isArchiveEnabled()"
name: "isArchiveEnabled()"
nameWithType: "RunFilter.isArchiveEnabled()"
summary: "Get the value that indicates whether archiving is enabled or not."
syntax: "public Boolean isArchiveEnabled()"
desc: "Get the value that indicates whether archiving is enabled or not."
returns:
description: "the isArchiveEnabled value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.outputImageManifests()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.outputImageManifests()"
name: "outputImageManifests()"
nameWithType: "RunFilter.outputImageManifests()"
summary: "Get the list of comma-separated image manifests that were generated from the run."
syntax: "public String outputImageManifests()"
desc: "Get the list of comma-separated image manifests that were generated from the run. This is applicable if the run is of build type."
returns:
description: "the outputImageManifests value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.runId()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.runId()"
name: "runId()"
nameWithType: "RunFilter.runId()"
summary: "Get the unique identifier for the run."
syntax: "public String runId()"
desc: "Get the unique identifier for the run."
returns:
description: "the runId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.runType()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.runType()"
name: "runType()"
nameWithType: "RunFilter.runType()"
summary: "Get the type of run."
syntax: "public RunType runType()"
desc: "Get the type of run. Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun'."
returns:
description: "the runType value"
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.RunFilter.status()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.status()"
name: "status()"
nameWithType: "RunFilter.status()"
summary: "Get the current status of the run."
syntax: "public RunStatus status()"
desc: "Get the current status of the run. Possible values include: 'Queued', 'Started', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Error', 'Timeout'."
returns:
description: "the status value"
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.RunFilter.taskName()"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.taskName()"
name: "taskName()"
nameWithType: "RunFilter.taskName()"
summary: "Get the name of the task that the run corresponds to."
syntax: "public String taskName()"
desc: "Get the name of the task that the run corresponds to."
returns:
description: "the taskName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withCreateTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withCreateTime(DateTime createTime)"
name: "withCreateTime(DateTime createTime)"
nameWithType: "RunFilter.withCreateTime(DateTime createTime)"
summary: "Set the create time for a run."
parameters:
- description: "the createTime value to set"
name: "createTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withCreateTime(DateTime createTime)"
desc: "Set the create time for a run."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withFinishTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withFinishTime(DateTime finishTime)"
name: "withFinishTime(DateTime finishTime)"
nameWithType: "RunFilter.withFinishTime(DateTime finishTime)"
summary: "Set the time the run finished."
parameters:
- description: "the finishTime value to set"
name: "finishTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withFinishTime(DateTime finishTime)"
desc: "Set the time the run finished."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withIsArchiveEnabled(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withIsArchiveEnabled(Boolean isArchiveEnabled)"
name: "withIsArchiveEnabled(Boolean isArchiveEnabled)"
nameWithType: "RunFilter.withIsArchiveEnabled(Boolean isArchiveEnabled)"
summary: "Set the value that indicates whether archiving is enabled or not."
parameters:
- description: "the isArchiveEnabled value to set"
name: "isArchiveEnabled"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withIsArchiveEnabled(Boolean isArchiveEnabled)"
desc: "Set the value that indicates whether archiving is enabled or not."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withOutputImageManifests(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withOutputImageManifests(String outputImageManifests)"
name: "withOutputImageManifests(String outputImageManifests)"
nameWithType: "RunFilter.withOutputImageManifests(String outputImageManifests)"
summary: "Set the list of comma-separated image manifests that were generated from the run."
parameters:
- description: "the outputImageManifests value to set"
name: "outputImageManifests"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withOutputImageManifests(String outputImageManifests)"
desc: "Set the list of comma-separated image manifests that were generated from the run. This is applicable if the run is of build type."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withRunId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withRunId(String runId)"
name: "withRunId(String runId)"
nameWithType: "RunFilter.withRunId(String runId)"
summary: "Set the unique identifier for the run."
parameters:
- description: "the runId value to set"
name: "runId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withRunId(String runId)"
desc: "Set the unique identifier for the run."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withRunType(com.microsoft.azure.management.containerregistry.RunType)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withRunType(RunType runType)"
name: "withRunType(RunType runType)"
nameWithType: "RunFilter.withRunType(RunType runType)"
summary: "Set the type of run."
parameters:
- description: "the runType value to set"
name: "runType"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunType?alt=com.microsoft.azure.management.containerregistry.RunType&text=RunType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withRunType(RunType runType)"
desc: "Set the type of run. Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun'."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withStatus(com.microsoft.azure.management.containerregistry.RunStatus)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withStatus(RunStatus status)"
name: "withStatus(RunStatus status)"
nameWithType: "RunFilter.withStatus(RunStatus status)"
summary: "Set the current status of the run."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunStatus?alt=com.microsoft.azure.management.containerregistry.RunStatus&text=RunStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withStatus(RunStatus status)"
desc: "Set the current status of the run. Possible values include: 'Queued', 'Started', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Error', 'Timeout'."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RunFilter.withTaskName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RunFilter.withTaskName(String taskName)"
name: "withTaskName(String taskName)"
nameWithType: "RunFilter.withTaskName(String taskName)"
summary: "Set the name of the task that the run corresponds to."
parameters:
- description: "the taskName value to set"
name: "taskName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RunFilter withTaskName(String taskName)"
desc: "Set the name of the task that the run corresponds to."
returns:
description: "the RunFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RunFilter?alt=com.microsoft.azure.management.containerregistry.RunFilter&text=RunFilter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties that are enabled for Odata querying on runs."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4