30 строки
2.0 KiB
YAML
30 строки
2.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.DockerFilePath"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.DockerFilePath"
|
|
name: "RegistryDockerTaskStep.UpdateStages.DockerFilePath"
|
|
nameWithType: "RegistryDockerTaskStep.UpdateStages.DockerFilePath"
|
|
summary: "The stage of the container registry Docker<wbr>Task<wbr>Step update allowing to specify the Docker file path."
|
|
syntax: "public static interface **RegistryDockerTaskStep.UpdateStages.DockerFilePath**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.DockerFilePath.withDockerFilePath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.UpdateStages.DockerFilePath.withDockerFilePath(String path)"
|
|
name: "withDockerFilePath(String path)"
|
|
nameWithType: "RegistryDockerTaskStep.UpdateStages.DockerFilePath.withDockerFilePath(String path)"
|
|
summary: "The function that specifies the path to the Docker file."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the path to the Docker file."
|
|
name: "path"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RegistryDockerTaskStep.Update withDockerFilePath(String path)"
|
|
desc: "The function that specifies the path to the Docker file."
|
|
returns:
|
|
description: "the next stage of the container registry DockerTaskStep update."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.Update?alt=com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of the container registry DockerTaskStep update allowing to specify the Docker file path."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|