Uses of Class
com.azure.resourcemanager.deploymentmanager.models.RolloutStep
Packages that use RolloutStep
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RolloutStep in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RolloutStepModifier and TypeMethodDescriptionSet the name property: Name of the step.RolloutStep.withStepGroup(String stepGroup) Set the stepGroup property: The step group the current step is part of.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type RolloutStepModifier and TypeMethodDescriptionServiceUnit.steps()Get the steps property: Detailed step information, if present.Method parameters in com.azure.resourcemanager.deploymentmanager.models with type arguments of type RolloutStepModifier and TypeMethodDescriptionServiceUnit.withSteps(List<RolloutStep> steps) Set the steps property: Detailed step information, if present.