DockerBuildStep(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DockerBuildStep.
public DockerBuildStep(string dockerFilePath);
new Azure.ResourceManager.ContainerRegistry.Tasks.Models.DockerBuildStep : string -> Azure.ResourceManager.ContainerRegistry.Tasks.Models.DockerBuildStep
Public Sub New (dockerFilePath As String)
Parameters
- dockerFilePath
- String
The Docker file path relative to the source context.
Exceptions
dockerFilePath is null.