Bagikan melalui


RunUpdateParameters Class

Definition

The set of run properties that can be updated.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunUpdateParametersTypeConverter))]
public class RunUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.RunUpdateParametersTypeConverter))>]
type RunUpdateParameters = class
    interface IRunUpdateParameters
    interface IJsonSerializable
Public Class RunUpdateParameters
Implements IRunUpdateParameters
Inheritance
RunUpdateParameters
Attributes
Implements

Constructors

RunUpdateParameters()

Creates an new RunUpdateParameters instance.

Properties

IsArchiveEnabled

The value that indicates whether archiving is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RunUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RunUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IRunUpdateParameters.

FromJsonString(String)

Creates a new instance of RunUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RunUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to