public sealed class AutoscalingConfig : IMessage<AutoscalingConfig>, IEquatable<AutoscalingConfig>, IDeepCloneable<AutoscalingConfig>, IBufferMessage, IMessage
Autoscaling Policy config associated with the cluster.
[[["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-04-09 UTC."],[[["The webpage provides documentation for the `AutoscalingConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for .NET development."],["`AutoscalingConfig` is an autoscaling policy configuration class associated with a cluster, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and one that takes another `AutoscalingConfig` object as a parameter for creating a copy."],["The `PolicyUri` property, a string, is used to specify the autoscaling policy used by a cluster, which must be in the same project and Dataproc region."],["The webpage provides access to documentation for versions of the class ranging from the latest 5.17.0 down to 3.1.0."]]],[]]