Bagikan melalui


StepResourceData.Properties Property

Definition

The properties that define the step. Please note StepProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include HealthCheckStepProperties and WaitStepProperties.

public Azure.ResourceManager.DeploymentManager.Models.StepProperties Properties { get; set; }
member this.Properties : Azure.ResourceManager.DeploymentManager.Models.StepProperties with get, set
Public Property Properties As StepProperties

Property Value

Applies to