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

46 строки
3.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep"
fullName: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep"
name: "RegistryEncodedTaskStep"
nameWithType: "RegistryEncodedTaskStep"
summary: "An immutable client-side representation of an Azure Registry<wbr>Encoded<wbr>Task<wbr>Step registry task."
syntax: "public interface **RegistryEncodedTaskStep**</br> extends <xref href=\"com.microsoft.azure.management.containerregistry.RegistryTaskStep?alt=com.microsoft.azure.management.containerregistry.RegistryTaskStep&text=RegistryTaskStep\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep.encodedTaskContent()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep.encodedTaskContent()"
name: "encodedTaskContent()"
nameWithType: "RegistryEncodedTaskStep.encodedTaskContent()"
modifiers:
- "abstract"
syntax: "public abstract String encodedTaskContent()"
returns:
description: "the encoded task content of this encoded task step"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep.encodedValuesContent()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep.encodedValuesContent()"
name: "encodedValuesContent()"
nameWithType: "RegistryEncodedTaskStep.encodedValuesContent()"
modifiers:
- "abstract"
syntax: "public abstract String encodedValuesContent()"
returns:
description: "the encoded values content of this encoded task step"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep.values()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep.values()"
name: "values()"
nameWithType: "RegistryEncodedTaskStep.values()"
modifiers:
- "abstract"
syntax: "public abstract List<SetValue> values()"
returns:
description: "the values of this encoded task step"
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;"
type: "interface"
desc: "An immutable client-side representation of an Azure RegistryEncodedTaskStep registry task."
implements:
- "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTaskStep?alt=com.microsoft.azure.management.containerregistry.RegistryTaskStep&text=RegistryTaskStep\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4