Uses of Interface
com.azure.resourcemanager.deploymentmanager.models.RolloutRequest.Update
Packages that use RolloutRequest.Update
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RolloutRequest.Update in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RolloutRequest.UpdateModifier and TypeMethodDescriptionRolloutRequest.update()Begins update for the RolloutRequest resource.RolloutRequest.UpdateStages.WithArtifactSourceId.withArtifactSourceId(String artifactSourceId) Specifies the artifactSourceId property: The reference to the artifact source resource Id where the payload is located..RolloutRequest.UpdateStages.WithBuildVersion.withBuildVersion(String buildVersion) Specifies the buildVersion property: The version of the build being deployed..RolloutRequest.UpdateStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: Identity for the resource..RolloutRequest.UpdateStages.WithStepGroups.withStepGroups(List<StepGroup> stepGroups) Specifies the stepGroups property: The list of step groups that define the orchestration..Specifies the tags property: Resource tags..RolloutRequest.UpdateStages.WithTargetServiceTopologyId.withTargetServiceTopologyId(String targetServiceTopologyId) Specifies the targetServiceTopologyId property: The resource Id of the service topology from which service units are being referenced in step groups to be deployed..