Share via


Argument Class

Definition

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)

Deserializes a PSObject into an instance of Argument.

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)

Serializes this instance of Argument into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to