次の方法で共有


TaskRunPropertiesUpdateParameters Class

Definition

The properties of a task run update parameters.

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

Constructors

TaskRunPropertiesUpdateParameters()

Creates an new TaskRunPropertiesUpdateParameters instance.

Properties

ForceUpdateTag

How the run should be forced to rerun even if the run request configuration has not changed

RunRequestAgentPoolName

The dedicated agent pool for the run.

RunRequestIsArchiveEnabled

The value that indicates whether archiving is enabled for the run or not.

RunRequestLogTemplate

The template that describes the repository and tag information for run log artifact.

RunRequestType

The type of the run request.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TaskRunPropertiesUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TaskRunPropertiesUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TaskRunPropertiesUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to