public sealed class RevisionScalingStatus : IMessage<RevisionScalingStatus>, IEquatable<RevisionScalingStatus>, IDeepCloneable<RevisionScalingStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RevisionScalingStatus.
[[["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 reference documentation for the `RevisionScalingStatus` class within the Cloud Run Admin v2 API for .NET, specifically version 2.10.0."],["The `RevisionScalingStatus` class, which is a sealed class, represents the effective scaling settings for a specific revision in Cloud Run and implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, one default and another that allows cloning from an existing `RevisionScalingStatus` instance, and includes a `DesiredMinInstanceCount` property to manage the minimum number of instances provisioned for a revision."],["This documentation page shows the different versions available, starting with version 1.0.0-beta02 all the way up to the latest, which is 2.13.0, all of which contain this class."]]],[]]