AutopilotSettingsResource 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
AutopilotSettingsResource() |
Initializes a new instance of the AutopilotSettingsResource class. |
AutopilotSettingsResource(Int32, AutoUpgradePolicyResource, Nullable<Int32>) |
Initializes a new instance of the AutopilotSettingsResource class. |
AutopilotSettingsResource()
Initializes a new instance of the AutopilotSettingsResource class.
public AutopilotSettingsResource ();
Public Sub New ()
Applies to
AutopilotSettingsResource(Int32, AutoUpgradePolicyResource, Nullable<Int32>)
Initializes a new instance of the AutopilotSettingsResource class.
public AutopilotSettingsResource (int maxThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutoUpgradePolicyResource autoUpgradePolicy = default, int? targetMaxThroughput = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource : int * Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutoUpgradePolicyResource * Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource
Public Sub New (maxThroughput As Integer, Optional autoUpgradePolicy As AutoUpgradePolicyResource = Nothing, Optional targetMaxThroughput As Nullable(Of Integer) = Nothing)
Parameters
- maxThroughput
- Int32
Represents max throughput an autopilot container can operate at.
- autoUpgradePolicy
- AutoUpgradePolicyResource
Cosmos DB resource auto-upgrade policy
Represents target max throughput an autopilot container should operate at once offer is no longer in pending state.