Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.RolloutProperties
Packages that use RolloutProperties
Package
Description
Package containing the inner data models for AzureDeploymentManager.
-
Uses of RolloutProperties in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return RolloutPropertiesModifier and TypeMethodDescriptionRolloutProperties.withArtifactSourceId(String artifactSourceId) Set the artifactSourceId property: The reference to the artifact source resource Id where the payload is located.RolloutProperties.withBuildVersion(String buildVersion) Set the buildVersion property: The version of the build being deployed.RolloutProperties.withStepGroups(List<StepGroup> stepGroups) Set the stepGroups property: The list of step groups that define the orchestration.RolloutProperties.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.