Show / Hide Table of Contents

Class ManagedComputeClusterCustomExpressionQueryScalingConfiguration

The scaling configuration for the custom metric expression rule.

Inheritance
object
ManagedComputeClusterScalingConfiguration
ManagedComputeClusterCustomExpressionQueryScalingConfiguration
Inherited Members
ManagedComputeClusterScalingConfiguration.PendingDuration
ManagedComputeClusterScalingConfiguration.InstanceCountAdjustment
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterCustomExpressionQueryScalingConfiguration : ManagedComputeClusterScalingConfiguration

Properties

Query

Declaration
[Required(ErrorMessage = "Query is required.")]
[JsonProperty(PropertyName = "query")]
public string Query { get; set; }
Property Value
Type Description
string
In this article
Back to top