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."],[[["This page provides reference documentation for the `RevisionScaling` class within the Google Cloud Run Admin v2 API for .NET, specifically version 2.9.0."],["The `RevisionScaling` class allows you to configure settings for revision-level scaling, determining the minimum and maximum number of serving instances."],["`RevisionScaling` is a sealed class that implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `RevisionScaling()` and a copy constructor `RevisionScaling(RevisionScaling other)`."],["The `RevisionScaling` class has two key properties, `MaxInstanceCount` and `MinInstanceCount`, which set the upper and lower limits of serving instances, respectively."]]],[]]