Class ThroughputSettingsUpdateParameters
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Parameters to update Cosmos DB resource throughput.
public class ThroughputSettingsUpdateParameters : ARMResourcePropertiesInner
- Inheritance
-
ThroughputSettingsUpdateParameters
Constructors
ThroughputSettingsUpdateParameters()
Initializes a new instance of the ThroughputSettingsUpdateParameters class.
public ThroughputSettingsUpdateParameters()
ThroughputSettingsUpdateParameters(string, ThroughputSettingsResource, string, string, string, IDictionary<string, string>)
Initializes a new instance of the ThroughputSettingsUpdateParameters class.
public ThroughputSettingsUpdateParameters(string location, ThroughputSettingsResource resource, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null)
Parameters
location
stringresource
ThroughputSettingsResourceThe standard JSON format of a resource throughput
id
stringname
stringtype
stringtags
IDictionary<string, string>
Properties
Resource
Gets or sets the standard JSON format of a resource throughput
public ThroughputSettingsResource Resource { get; set; }
Property Value
Methods
Validate()
Validate the object.
public override void Validate()
Exceptions
- Microsoft.Rest.ValidationException
Thrown if validation fails