ThroughputSettingsResource 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
ThroughputSettingsResource() |
Initializes a new instance of the ThroughputSettingsResource class. |
ThroughputSettingsResource(Nullable<Int32>, AutopilotSettingsResource, String, String) |
Initializes a new instance of the ThroughputSettingsResource class. |
ThroughputSettingsResource()
Initializes a new instance of the ThroughputSettingsResource class.
public ThroughputSettingsResource ();
Public Sub New ()
Applies to
ThroughputSettingsResource(Nullable<Int32>, AutopilotSettingsResource, String, String)
Initializes a new instance of the ThroughputSettingsResource class.
public ThroughputSettingsResource (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource autopilotSettings = default, string minimumThroughput = default, string offerReplacePending = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsResource : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource * string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsResource
Public Sub New (Optional throughput As Nullable(Of Integer) = Nothing, Optional autopilotSettings As AutopilotSettingsResource = Nothing, Optional minimumThroughput As String = Nothing, Optional offerReplacePending As String = Nothing)
Parameters
Value of the Cosmos DB resource throughput. Either throughput is required or autopilotSettings is required, but not both.
- autopilotSettings
- AutopilotSettingsResource
Cosmos DB resource for Autopilot settings. Either throughput is required or autopilotSettings is required, but not both.
- minimumThroughput
- String
The minimum throughput of the resource
- offerReplacePending
- String
The throughput replace is pending
Applies to
Azure SDK for .NET