Class PrePostStep
java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.PrePostStep
The properties that define a step.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstepId()Get the stepId property: The resource Id of the step to be run.voidvalidate()Validates the instance.withStepId(String stepId) Set the stepId property: The resource Id of the step to be run.
-
Constructor Details
-
PrePostStep
public PrePostStep()Creates an instance of PrePostStep class.
-
-
Method Details
-
stepId
Get the stepId property: The resource Id of the step to be run.- Returns:
- the stepId value.
-
withStepId
Set the stepId property: The resource Id of the step to be run.- Parameters:
stepId- the stepId value to set.- Returns:
- the PrePostStep object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-