Argument 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ArgumentTypeConverter))]
public class Argument : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IArgument
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ArgumentTypeConverter))>]
type Argument = class
interface IArgument
interface IJsonSerializable
Public Class Argument
Implements IArgument
- Inheritance
-
Argument
- Attributes
- Implements
Constructors
Argument() |
Creates an new Argument instance. |
Properties
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Argument. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IArgument. |
FromJsonString(String) |
Creates a new instance of Argument, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |