### 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: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" 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: "" - 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: "" - 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: "" - 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: "" - 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: "" - 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: "" - 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: "" - 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: "" - 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: "" syntax: "public RunFilter withCreateTime(DateTime createTime)" desc: "Set the create time for a run." returns: description: "the RunFilter object itself." type: "" - 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: "" syntax: "public RunFilter withFinishTime(DateTime finishTime)" desc: "Set the time the run finished." returns: description: "the RunFilter object itself." type: "" - 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: "" 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: "" - 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: "" 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: "" - 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: "" syntax: "public RunFilter withRunId(String runId)" desc: "Set the unique identifier for the run." returns: description: "the RunFilter object itself." type: "" - 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: "" 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: "" - 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: "" 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: "" - 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: "" 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: "" 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