209 строки
17 KiB
YAML
209 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest"
|
|
name: "EncodedTaskRunRequest"
|
|
nameWithType: "EncodedTaskRunRequest"
|
|
summary: "The parameters for a quick 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 **EncodedTaskRunRequest**</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.EncodedTaskRunRequest.EncodedTaskRunRequest()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.EncodedTaskRunRequest()"
|
|
name: "EncodedTaskRunRequest()"
|
|
nameWithType: "EncodedTaskRunRequest.EncodedTaskRunRequest()"
|
|
syntax: "public EncodedTaskRunRequest()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.agentConfiguration()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.agentConfiguration()"
|
|
name: "agentConfiguration()"
|
|
nameWithType: "EncodedTaskRunRequest.agentConfiguration()"
|
|
summary: "Get the machine configuration of the run agent."
|
|
syntax: "public AgentProperties agentConfiguration()"
|
|
desc: "Get the machine configuration of the run agent."
|
|
returns:
|
|
description: "the agentConfiguration value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AgentProperties?alt=com.microsoft.azure.management.containerregistry.AgentProperties&text=AgentProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.encodedTaskContent()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.encodedTaskContent()"
|
|
name: "encodedTaskContent()"
|
|
nameWithType: "EncodedTaskRunRequest.encodedTaskContent()"
|
|
summary: "Get base64 encoded value of the template/definition file content."
|
|
syntax: "public String encodedTaskContent()"
|
|
desc: "Get base64 encoded value of the template/definition file content."
|
|
returns:
|
|
description: "the encodedTaskContent 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.EncodedTaskRunRequest.encodedValuesContent()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.encodedValuesContent()"
|
|
name: "encodedValuesContent()"
|
|
nameWithType: "EncodedTaskRunRequest.encodedValuesContent()"
|
|
summary: "Get base64 encoded value of the parameters/values file content."
|
|
syntax: "public String encodedValuesContent()"
|
|
desc: "Get base64 encoded value of the parameters/values file content."
|
|
returns:
|
|
description: "the encodedValuesContent 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.EncodedTaskRunRequest.platform()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.platform()"
|
|
name: "platform()"
|
|
nameWithType: "EncodedTaskRunRequest.platform()"
|
|
summary: "Get the platform properties against which the run has to happen."
|
|
syntax: "public PlatformProperties platform()"
|
|
desc: "Get the platform properties against which the run has to happen."
|
|
returns:
|
|
description: "the platform value"
|
|
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.EncodedTaskRunRequest.sourceLocation()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.sourceLocation()"
|
|
name: "sourceLocation()"
|
|
nameWithType: "EncodedTaskRunRequest.sourceLocation()"
|
|
summary: "Get the URL(absolute or relative) of the source context."
|
|
syntax: "public String sourceLocation()"
|
|
desc: "Get the URL(absolute or relative) of the source context. It can be an URL to a tar or git repoistory. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API."
|
|
returns:
|
|
description: "the sourceLocation 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.EncodedTaskRunRequest.timeout()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.timeout()"
|
|
name: "timeout()"
|
|
nameWithType: "EncodedTaskRunRequest.timeout()"
|
|
summary: "Get run timeout in seconds."
|
|
syntax: "public Integer timeout()"
|
|
desc: "Get run timeout in seconds."
|
|
returns:
|
|
description: "the timeout value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.values()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.values()"
|
|
name: "values()"
|
|
nameWithType: "EncodedTaskRunRequest.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.EncodedTaskRunRequest.withAgentConfiguration(com.microsoft.azure.management.containerregistry.AgentProperties)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)"
|
|
name: "withAgentConfiguration(AgentProperties agentConfiguration)"
|
|
nameWithType: "EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)"
|
|
summary: "Set the machine configuration of the run agent."
|
|
parameters:
|
|
- description: "the agentConfiguration value to set"
|
|
name: "agentConfiguration"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AgentProperties?alt=com.microsoft.azure.management.containerregistry.AgentProperties&text=AgentProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncodedTaskRunRequest withAgentConfiguration(AgentProperties agentConfiguration)"
|
|
desc: "Set the machine configuration of the run agent."
|
|
returns:
|
|
description: "the EncodedTaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest?alt=com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest&text=EncodedTaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withEncodedTaskContent(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withEncodedTaskContent(String encodedTaskContent)"
|
|
name: "withEncodedTaskContent(String encodedTaskContent)"
|
|
nameWithType: "EncodedTaskRunRequest.withEncodedTaskContent(String encodedTaskContent)"
|
|
summary: "Set base64 encoded value of the template/definition file content."
|
|
parameters:
|
|
- description: "the encodedTaskContent value to set"
|
|
name: "encodedTaskContent"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncodedTaskRunRequest withEncodedTaskContent(String encodedTaskContent)"
|
|
desc: "Set base64 encoded value of the template/definition file content."
|
|
returns:
|
|
description: "the EncodedTaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest?alt=com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest&text=EncodedTaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withEncodedValuesContent(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withEncodedValuesContent(String encodedValuesContent)"
|
|
name: "withEncodedValuesContent(String encodedValuesContent)"
|
|
nameWithType: "EncodedTaskRunRequest.withEncodedValuesContent(String encodedValuesContent)"
|
|
summary: "Set base64 encoded value of the parameters/values file content."
|
|
parameters:
|
|
- description: "the encodedValuesContent value to set"
|
|
name: "encodedValuesContent"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncodedTaskRunRequest withEncodedValuesContent(String encodedValuesContent)"
|
|
desc: "Set base64 encoded value of the parameters/values file content."
|
|
returns:
|
|
description: "the EncodedTaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest?alt=com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest&text=EncodedTaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withPlatform(PlatformProperties platform)"
|
|
name: "withPlatform(PlatformProperties platform)"
|
|
nameWithType: "EncodedTaskRunRequest.withPlatform(PlatformProperties platform)"
|
|
summary: "Set the platform properties against which the run has to happen."
|
|
parameters:
|
|
- description: "the platform value to set"
|
|
name: "platform"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.PlatformProperties?alt=com.microsoft.azure.management.containerregistry.PlatformProperties&text=PlatformProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncodedTaskRunRequest withPlatform(PlatformProperties platform)"
|
|
desc: "Set the platform properties against which the run has to happen."
|
|
returns:
|
|
description: "the EncodedTaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest?alt=com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest&text=EncodedTaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withSourceLocation(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withSourceLocation(String sourceLocation)"
|
|
name: "withSourceLocation(String sourceLocation)"
|
|
nameWithType: "EncodedTaskRunRequest.withSourceLocation(String sourceLocation)"
|
|
summary: "Set the URL(absolute or relative) of the source context."
|
|
parameters:
|
|
- description: "the sourceLocation value to set"
|
|
name: "sourceLocation"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncodedTaskRunRequest withSourceLocation(String sourceLocation)"
|
|
desc: "Set the URL(absolute or relative) of the source context. It can be an URL to a tar or git repoistory. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API."
|
|
returns:
|
|
description: "the EncodedTaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest?alt=com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest&text=EncodedTaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withTimeout(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withTimeout(Integer timeout)"
|
|
name: "withTimeout(Integer timeout)"
|
|
nameWithType: "EncodedTaskRunRequest.withTimeout(Integer timeout)"
|
|
summary: "Set run timeout in seconds."
|
|
parameters:
|
|
- description: "the timeout value to set"
|
|
name: "timeout"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncodedTaskRunRequest withTimeout(Integer timeout)"
|
|
desc: "Set run timeout in seconds."
|
|
returns:
|
|
description: "the EncodedTaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest?alt=com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest&text=EncodedTaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withValues(java.util.List<com.microsoft.azure.management.containerregistry.SetValue>)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withValues(List<SetValue> values)"
|
|
name: "withValues(List<SetValue> values)"
|
|
nameWithType: "EncodedTaskRunRequest.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 EncodedTaskRunRequest withValues(List<SetValue> values)"
|
|
desc: "Set the collection of overridable values that can be passed when running a task."
|
|
returns:
|
|
description: "the EncodedTaskRunRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest?alt=com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest&text=EncodedTaskRunRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The parameters for a quick task run request."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|