public sealed class RevisionScaling : IMessage<RevisionScaling>, IEquatable<RevisionScaling>, IDeepCloneable<RevisionScaling>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RevisionScaling.
[[["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."],[[["The document provides reference information for the `RevisionScaling` class within the Cloud Run Admin v2 API for .NET, focusing on version 2.4.0."],["`RevisionScaling` is a sealed class designed for managing scaling settings at the revision level, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `RevisionScaling()` and `RevisionScaling(RevisionScaling)`, and two key properties: `MaxInstanceCount` and `MinInstanceCount`, both of which are integers used to set the maximum and minimum number of serving instances for a resource, respectively."],["The documentation contains links to all versions of this class, ranging from 1.0.0-beta02 to 2.13.0, for easy reference to the different versions."],["The class `RevisionScaling` is located in the `Google.Cloud.Run.V2` namespace, and is contained within the `Google.Cloud.Run.V2.dll` assembly."]]],[]]