TaskPropertiesUpdateParameters 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 for updating a task.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskPropertiesUpdateParametersTypeConverter))]
public class TaskPropertiesUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskPropertiesUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskPropertiesUpdateParametersTypeConverter))>]
type TaskPropertiesUpdateParameters = class
interface ITaskPropertiesUpdateParameters
interface IJsonSerializable
Public Class TaskPropertiesUpdateParameters
Implements ITaskPropertiesUpdateParameters
- Inheritance
-
TaskPropertiesUpdateParameters
- Attributes
- Implements
Constructors
TaskPropertiesUpdateParameters() |
Creates an new TaskPropertiesUpdateParameters instance. |
Properties
AgentConfigurationCpu |
The CPU configuration in terms of number of cores required for the run. |
AgentPoolName |
The dedicated agent pool for the task. |
BaseImageTriggerBaseImageTriggerType |
The type of the auto trigger for base image dependency updates. |
BaseImageTriggerName |
The name of the trigger. |
BaseImageTriggerStatus |
The current status of trigger. |
BaseImageTriggerUpdateTriggerEndpoint |
The endpoint URL for receiving update triggers. |
BaseImageTriggerUpdateTriggerPayloadType |
Type of Payload body for Base image update triggers. |
CredentialsCustomRegistry |
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry. |
LogTemplate |
The template that describes the repository and tag information for run log artifact. |
PlatformArchitecture |
The OS architecture. |
PlatformOS |
The operating system type required for the run. |
PlatformVariant |
Variant of the CPU. |
SourceRegistryLoginMode |
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run. |
Status |
The current status of task. |
StepContextAccessToken |
The token (git PAT or SAS token of storage account blob) associated with the context for a step. |
StepContextPath |
The URL(absolute or relative) of the source context for the task step. |
StepType |
The type of the step. |
Timeout |
Run timeout in seconds. |
TriggerSourceTrigger |
The collection of triggers based on source code repository. |
TriggerTimerTrigger |
The collection of timer triggers. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TaskPropertiesUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TaskPropertiesUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskPropertiesUpdateParameters. |
FromJsonString(String) |
Creates a new instance of TaskPropertiesUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TaskPropertiesUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |