public RolloutControl.Types.RunRolloutActionParams RunParams { get; set; }
Optional. Parameters for the RUN action. It is an error to specify this
if the RolloutAction is not set to RUN. By default, the rollout will
retry failed operations when resumed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[],[],null,["# SaaS Runtime v1beta1 API - Class RolloutControl (1.0.0-beta01)\n\n public sealed class RolloutControl : IMessage\u003cRolloutControl\u003e, IEquatable\u003cRolloutControl\u003e, IDeepCloneable\u003cRolloutControl\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the SaaS Runtime v1beta1 API class RolloutControl.\n\nRolloutControl provides a way to request a change to the execution of a\nRollout by pausing or canceling it. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RolloutControl \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RolloutControl](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RolloutControl](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RolloutControl](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll\n\nConstructors\n------------\n\n### RolloutControl()\n\n public RolloutControl()\n\n### RolloutControl(RolloutControl)\n\n public RolloutControl(RolloutControl other)\n\nProperties\n----------\n\n### Action\n\n public RolloutAction Action { get; set; }\n\nRequired. Action to be performed on the Rollout.\nThe default behavior is to run the rollout until it naturally reaches a\nterminal state.\n\n### ActionParamsCase\n\n public RolloutControl.ActionParamsOneofCase ActionParamsCase { get; }\n\n### RunParams\n\n public RolloutControl.Types.RunRolloutActionParams RunParams { get; set; }\n\nOptional. Parameters for the RUN action. It is an error to specify this\nif the RolloutAction is not set to RUN. By default, the rollout will\nretry failed operations when resumed."]]