ArmContainerRegistryTasksModelFactory.ContainerRegistryTaskOverrideStepProperties Method
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.
The ContainerRegistryTaskOverrideStepProperties.
public static Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskOverrideStepProperties ContainerRegistryTaskOverrideStepProperties(string contextPath = default, string file = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskArgument> arguments = default, string target = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSetValue> values = default, string updateTriggerToken = default);
static member ContainerRegistryTaskOverrideStepProperties : string * string * seq<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskArgument> * string * seq<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSetValue> * string -> Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskOverrideStepProperties
Public Shared Function ContainerRegistryTaskOverrideStepProperties (Optional contextPath As String = Nothing, Optional file As String = Nothing, Optional arguments As IEnumerable(Of ContainerRegistryTaskArgument) = Nothing, Optional target As String = Nothing, Optional values As IEnumerable(Of ContainerRegistryTaskSetValue) = Nothing, Optional updateTriggerToken As String = Nothing) As ContainerRegistryTaskOverrideStepProperties
Parameters
- contextPath
- String
The source context against which run has to be queued.
- file
- String
The file against which run has to be queued.
- arguments
- IEnumerable<ContainerRegistryTaskArgument>
Gets or sets the collection of override arguments to be used when executing a build step.
- target
- String
The name of the target build stage for the docker build.
The collection of overridable values that can be passed when running a Task.
- updateTriggerToken
- String
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
Returns
A new ContainerRegistryTaskOverrideStepProperties instance for mocking.