AutoscaleSettingsResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AutoscaleSettingsResource() |
Initializes a new instance of the AutoscaleSettingsResource class. |
AutoscaleSettingsResource(Int32, AutoUpgradePolicyResource, Nullable<Int32>) |
Initializes a new instance of the AutoscaleSettingsResource class. |
AutoscaleSettingsResource()
Initializes a new instance of the AutoscaleSettingsResource class.
public AutoscaleSettingsResource ();
Public Sub New ()
Applies to
AutoscaleSettingsResource(Int32, AutoUpgradePolicyResource, Nullable<Int32>)
Initializes a new instance of the AutoscaleSettingsResource class.
public AutoscaleSettingsResource (int maxThroughput, Microsoft.Azure.Management.CosmosDB.Models.AutoUpgradePolicyResource autoUpgradePolicy = default, int? targetMaxThroughput = default);
new Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource : int * Microsoft.Azure.Management.CosmosDB.Models.AutoUpgradePolicyResource * Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource
Public Sub New (maxThroughput As Integer, Optional autoUpgradePolicy As AutoUpgradePolicyResource = Nothing, Optional targetMaxThroughput As Nullable(Of Integer) = Nothing)
Parameters
- maxThroughput
- Int32
Represents maximum throughput container can scale up to.
- autoUpgradePolicy
- AutoUpgradePolicyResource
Cosmos DB resource auto-upgrade policy
Represents target maximum throughput container can scale up to once offer is no longer in pending state.
Applies to
Azure SDK for .NET