Table of Contents

Class ThroughputSettingsUpdateParameters

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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 string
resource ThroughputSettingsResource

The standard JSON format of a resource throughput

id string
name string
type string
tags IDictionary<string, string>

Properties

Resource

Gets or sets the standard JSON format of a resource throughput

public ThroughputSettingsResource Resource { get; set; }

Property Value

ThroughputSettingsResource

Methods

Validate()

Validate the object.

public override void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails