46 строки
2.9 KiB
YAML
46 строки
2.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.RegistryFileTaskStep"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskStep"
|
|
name: "RegistryFileTaskStep"
|
|
nameWithType: "RegistryFileTaskStep"
|
|
summary: "An immutable client-side representation of an Azure Registry<wbr>File<wbr>Task<wbr>Step registry task."
|
|
syntax: "public interface **RegistryFileTaskStep**</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.RegistryFileTaskStep.taskFilePath()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskStep.taskFilePath()"
|
|
name: "taskFilePath()"
|
|
nameWithType: "RegistryFileTaskStep.taskFilePath()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String taskFilePath()"
|
|
returns:
|
|
description: "the task file path of this file 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.RegistryFileTaskStep.values()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskStep.values()"
|
|
name: "values()"
|
|
nameWithType: "RegistryFileTaskStep.values()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SetValue> values()"
|
|
returns:
|
|
description: "the values of this file task step"
|
|
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.RegistryFileTaskStep.valuesFilePath()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskStep.valuesFilePath()"
|
|
name: "valuesFilePath()"
|
|
nameWithType: "RegistryFileTaskStep.valuesFilePath()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String valuesFilePath()"
|
|
returns:
|
|
description: "the values file path of this file task step"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure RegistryFileTaskStep 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
|