ContainerRegistryTaskArgument Class
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 properties of a run argument.
public class ContainerRegistryTaskArgument : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskArgument>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskArgument>
type ContainerRegistryTaskArgument = class
interface IJsonModel<ContainerRegistryTaskArgument>
interface IPersistableModel<ContainerRegistryTaskArgument>
Public Class ContainerRegistryTaskArgument
Implements IJsonModel(Of ContainerRegistryTaskArgument), IPersistableModel(Of ContainerRegistryTaskArgument)
- Inheritance
-
ContainerRegistryTaskArgument
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerRegistryTaskArgument(String, String) |
Initializes a new instance of ContainerRegistryTaskArgument. |
Properties
| Name | Description |
|---|---|
| IsSecret |
Flag to indicate whether the argument represents a secret and want to be removed from build logs. |
| Name |
The name of the argument. |
| Value |
The value of the argument. |