Uses of Class
com.azure.resourcemanager.deploymentmanager.models.StepGroup
Packages that use StepGroup
Package
Description
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of StepGroup in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return types with arguments of type StepGroupModifier and TypeMethodDescriptionRolloutInner.stepGroups()Get the stepGroups property: The list of step groups that define the orchestration.RolloutRequestInner.stepGroups()Get the stepGroups property: The list of step groups that define the orchestration.RolloutRequestProperties.stepGroups()Get the stepGroups property: The list of step groups that define the orchestration.Method parameters in com.azure.resourcemanager.deploymentmanager.fluent.models with type arguments of type StepGroupModifier and TypeMethodDescriptionRolloutInner.withStepGroups(List<StepGroup> stepGroups) Set the stepGroups property: The list of step groups that define the orchestration.RolloutProperties.withStepGroups(List<StepGroup> stepGroups) Set the stepGroups property: The list of step groups that define the orchestration.RolloutRequestInner.withStepGroups(List<StepGroup> stepGroups) Set the stepGroups property: The list of step groups that define the orchestration.RolloutRequestProperties.withStepGroups(List<StepGroup> stepGroups) Set the stepGroups property: The list of step groups that define the orchestration. -
Uses of StepGroup in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return StepGroupModifier and TypeMethodDescriptionStepGroup.withDependsOnStepGroups(List<String> dependsOnStepGroups) Set the dependsOnStepGroups property: The list of step group names on which this step group depends on.StepGroup.withDeploymentTargetId(String deploymentTargetId) Set the deploymentTargetId property: The resource Id of service unit to be deployed.Set the name property: The name of the step group.StepGroup.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.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type StepGroupModifier and TypeMethodDescriptionRollout.stepGroups()Gets the stepGroups property: The list of step groups that define the orchestration.RolloutRequest.stepGroups()Gets the stepGroups property: The list of step groups that define the orchestration.Method parameters in com.azure.resourcemanager.deploymentmanager.models with type arguments of type StepGroupModifier and TypeMethodDescriptionRolloutRequest.DefinitionStages.WithStepGroups.withStepGroups(List<StepGroup> stepGroups) Specifies the stepGroups property: The list of step groups that define the orchestration..RolloutRequest.UpdateStages.WithStepGroups.withStepGroups(List<StepGroup> stepGroups) Specifies the stepGroups property: The list of step groups that define the orchestration..