89 строки
7.1 KiB
YAML
89 строки
7.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.TaskRunRequest"
|
|
fullName: "com.microsoft.azure.management.containerregistry.TaskRunRequest"
|
|
name: "TaskRunRequest"
|
|
nameWithType: "TaskRunRequest"
|
|
summary: "The parameters for a task run request."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.containerregistry.RunRequest?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.management.containerregistry.RunRequest?alt=com.microsoft.azure.management.containerregistry.RunRequest&text=RunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.management.containerregistry.RunRequest.isArchiveEnabled()?alt=com.microsoft.azure.management.containerregistry.RunRequest.isArchiveEnabled&text=isArchiveEnabled\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.containerregistry.RunRequest.withIsArchiveEnabled(java.lang.Boolean)?alt=com.microsoft.azure.management.containerregistry.RunRequest.withIsArchiveEnabled&text=withIsArchiveEnabled\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **TaskRunRequest**</br> extends <xref href=\"com.microsoft.azure.management.containerregistry.RunRequest?alt=com.microsoft.azure.management.containerregistry.RunRequest&text=RunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerregistry.TaskRunRequest.TaskRunRequest()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.TaskRunRequest.TaskRunRequest()"
|
|
name: "TaskRunRequest()"
|
|
nameWithType: "TaskRunRequest.TaskRunRequest()"
|
|
syntax: "public TaskRunRequest()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.TaskRunRequest.taskName()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.TaskRunRequest.taskName()"
|
|
name: "taskName()"
|
|
nameWithType: "TaskRunRequest.taskName()"
|
|
summary: "Get the name of task against which run has to be queued."
|
|
syntax: "public String taskName()"
|
|
desc: "Get the name of task against which run has to be queued."
|
|
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.TaskRunRequest.values()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.TaskRunRequest.values()"
|
|
name: "values()"
|
|
nameWithType: "TaskRunRequest.values()"
|
|
summary: "Get the collection of overridable values that can be passed when running a task."
|
|
syntax: "public List<SetValue> values()"
|
|
desc: "Get the collection of overridable values that can be passed when running a task."
|
|
returns:
|
|
description: "the values value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.SetValue?alt=com.microsoft.azure.management.containerregistry.SetValue&text=SetValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerregistry.TaskRunRequest.withTaskName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.TaskRunRequest.withTaskName(String taskName)"
|
|
name: "withTaskName(String taskName)"
|
|
nameWithType: "TaskRunRequest.withTaskName(String taskName)"
|
|
summary: "Set the name of task against which run has to be queued."
|
|
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 TaskRunRequest withTaskName(String taskName)"
|
|
desc: "Set the name of task against which run has to be queued."
|
|
returns:
|
|
description: "the TaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.TaskRunRequest?alt=com.microsoft.azure.management.containerregistry.TaskRunRequest&text=TaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.TaskRunRequest.withValues(java.util.List<com.microsoft.azure.management.containerregistry.SetValue>)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.TaskRunRequest.withValues(List<SetValue> values)"
|
|
name: "withValues(List<SetValue> values)"
|
|
nameWithType: "TaskRunRequest.withValues(List<SetValue> values)"
|
|
summary: "Set the collection of overridable values that can be passed when running a task."
|
|
parameters:
|
|
- description: "the values value to set"
|
|
name: "values"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.SetValue?alt=com.microsoft.azure.management.containerregistry.SetValue&text=SetValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public TaskRunRequest withValues(List<SetValue> values)"
|
|
desc: "Set the collection of overridable values that can be passed when running a task."
|
|
returns:
|
|
description: "the TaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.TaskRunRequest?alt=com.microsoft.azure.management.containerregistry.TaskRunRequest&text=TaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The parameters for a task run request."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|