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

114 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.EncodedTaskStep"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep"
name: "EncodedTaskStep"
nameWithType: "EncodedTaskStep"
summary: "The properties of an Encoded<wbr>Task step."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties&text=TaskStepProperties\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties.baseImageDependencies()?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties.baseImageDependencies&text=baseImageDependencies\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties.contextPath()?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties.contextPath&text=contextPath\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties.withContextPath(java.lang.String)?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties.withContextPath&text=withContextPath\" 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 **EncodedTaskStep**</br> extends <xref href=\"com.microsoft.azure.management.containerregistry.TaskStepProperties?alt=com.microsoft.azure.management.containerregistry.TaskStepProperties&text=TaskStepProperties\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.EncodedTaskStep()"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.EncodedTaskStep()"
name: "EncodedTaskStep()"
nameWithType: "EncodedTaskStep.EncodedTaskStep()"
syntax: "public EncodedTaskStep()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.encodedTaskContent()"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.encodedTaskContent()"
name: "encodedTaskContent()"
nameWithType: "EncodedTaskStep.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.EncodedTaskStep.encodedValuesContent()"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.encodedValuesContent()"
name: "encodedValuesContent()"
nameWithType: "EncodedTaskStep.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.EncodedTaskStep.values()"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.values()"
name: "values()"
nameWithType: "EncodedTaskStep.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\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.SetValue?alt=com.microsoft.azure.management.containerregistry.SetValue&text=SetValue\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.withBase64EncodedTaskContent(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.withBase64EncodedTaskContent(String encodedTaskContent)"
name: "withBase64EncodedTaskContent(String encodedTaskContent)"
nameWithType: "EncodedTaskStep.withBase64EncodedTaskContent(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 EncodedTaskStep withBase64EncodedTaskContent(String encodedTaskContent)"
desc: "Set base64 encoded value of the template/definition file content."
returns:
description: "the EncodedTaskStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskStep?alt=com.microsoft.azure.management.containerregistry.EncodedTaskStep&text=EncodedTaskStep\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.withBase64EncodedValuesContent(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.withBase64EncodedValuesContent(String encodedValuesContent)"
name: "withBase64EncodedValuesContent(String encodedValuesContent)"
nameWithType: "EncodedTaskStep.withBase64EncodedValuesContent(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 EncodedTaskStep withBase64EncodedValuesContent(String encodedValuesContent)"
desc: "Set base64 encoded value of the parameters/values file content."
returns:
description: "the EncodedTaskStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskStep?alt=com.microsoft.azure.management.containerregistry.EncodedTaskStep&text=EncodedTaskStep\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.withValues(java.util.List<com.microsoft.azure.management.containerregistry.SetValue>)"
fullName: "com.microsoft.azure.management.containerregistry.EncodedTaskStep.withValues(List<SetValue> values)"
name: "withValues(List<SetValue> values)"
nameWithType: "EncodedTaskStep.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\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.SetValue?alt=com.microsoft.azure.management.containerregistry.SetValue&text=SetValue\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public EncodedTaskStep withValues(List<SetValue> values)"
desc: "Set the collection of overridable values that can be passed when running a task."
returns:
description: "the EncodedTaskStep object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EncodedTaskStep?alt=com.microsoft.azure.management.containerregistry.EncodedTaskStep&text=EncodedTaskStep\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of an EncodedTask step."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4