Uses of Class
com.azure.resourcemanager.deploymentmanager.models.PrePostStep
Packages that use PrePostStep
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of PrePostStep in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return PrePostStepModifier and TypeMethodDescriptionPrePostStep.withStepId(String stepId) Set the stepId property: The resource Id of the step to be run.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type PrePostStepModifier and TypeMethodDescriptionStepGroup.postDeploymentSteps()Get the postDeploymentSteps property: The list of steps to be run after deploying the target.StepGroup.preDeploymentSteps()Get the preDeploymentSteps property: The list of steps to be run before deploying the target.Method parameters in com.azure.resourcemanager.deploymentmanager.models with type arguments of type PrePostStepModifier and TypeMethodDescriptionStepGroup.withPostDeploymentSteps(List<PrePostStep> postDeploymentSteps) Set the postDeploymentSteps property: The list of steps to be run after deploying the target.StepGroup.withPreDeploymentSteps(List<PrePostStep> preDeploymentSteps) Set the preDeploymentSteps property: The list of steps to be run before deploying the target.