Share via


StepResource.Properties Property

Definition

Gets or sets the properties that define the step.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to