Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.RolloutRequestProperties
Packages that use RolloutRequestProperties
Package
Description
Package containing the inner data models for AzureDeploymentManager.
-
Uses of RolloutRequestProperties in com.azure.resourcemanager.deploymentmanager.fluent.models
Modifier and TypeClassDescriptionfinal classThe properties that define a rollout.Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return RolloutRequestPropertiesModifier and TypeMethodDescriptionRolloutRequestProperties.withArtifactSourceId(String artifactSourceId) Set the artifactSourceId property: The reference to the artifact source resource Id where the payload is located.RolloutRequestProperties.withBuildVersion(String buildVersion) Set the buildVersion property: The version of the build being deployed.RolloutRequestProperties.withStepGroups(List<StepGroup> stepGroups) Set the stepGroups property: The list of step groups that define the orchestration.RolloutRequestProperties.withTargetServiceTopologyId(String targetServiceTopologyId) Set the targetServiceTopologyId property: The resource Id of the service topology from which service units are being referenced in step groups to be deployed.