public sealed class CreateServiceRolloutRequest : IMessage<CreateServiceRolloutRequest>, IEquatable<CreateServiceRolloutRequest>, IDeepCloneable<CreateServiceRolloutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class CreateServiceRolloutRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CreateServiceRolloutRequest` class within the Service Management v1 API for .NET."],["The latest version available is 2.4.0, and the page details version 2.3.0, with links to other versions ranging from 1.1.0 to 2.4.0."],["`CreateServiceRolloutRequest` is a request message used for the `CreateServiceRollout` function, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one, and one that takes another `CreateServiceRolloutRequest` as a parameter."],["Key properties of the class include `Rollout` which is a required rollout resource, and `ServiceName`, which is the required name of the service, adhering to specific naming requirements."]]],[]]