Share via


Task.Step Property

Definition

Gets or sets the properties of a task step.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.step")]
public Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepProperties Step { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.step")>]
member this.Step : Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepProperties with get, set
Public Property Step As TaskStepProperties

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to