ArmContainerRegistryModelFactory.ContainerRegistryEncodedTaskStep 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.
Initializes a new instance of ContainerRegistryEncodedTaskStep.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryEncodedTaskStep ContainerRegistryEncodedTaskStep (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryBaseImageDependency> baseImageDependencies = default, string contextPath = default, string contextAccessToken = default, string encodedTaskContent = default, string encodedValuesContent = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskOverridableValue> values = default);
static member ContainerRegistryEncodedTaskStep : seq<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryBaseImageDependency> * string * string * string * string * seq<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskOverridableValue> -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryEncodedTaskStep
Public Shared Function ContainerRegistryEncodedTaskStep (Optional baseImageDependencies As IEnumerable(Of ContainerRegistryBaseImageDependency) = Nothing, Optional contextPath As String = Nothing, Optional contextAccessToken As String = Nothing, Optional encodedTaskContent As String = Nothing, Optional encodedValuesContent As String = Nothing, Optional values As IEnumerable(Of ContainerRegistryTaskOverridableValue) = Nothing) As ContainerRegistryEncodedTaskStep
Parameters
- baseImageDependencies
- IEnumerable<ContainerRegistryBaseImageDependency>
List of base image dependencies for a step.
- contextPath
- String
The URL(absolute or relative) of the source context for the task step.
- contextAccessToken
- String
The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- encodedTaskContent
- String
Base64 encoded value of the template/definition file content.
- encodedValuesContent
- String
Base64 encoded value of the parameters/values file content.
The collection of overridable values that can be passed when running a task.
Returns
A new ContainerRegistryEncodedTaskStep instance for mocking.
Applies to
Azure SDK for .NET