Table of Contents

Class ThroughputSettingsGetPropertiesResource

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll
public class ThroughputSettingsGetPropertiesResource
Inheritance
ThroughputSettingsGetPropertiesResource
Inherited Members

Constructors

ThroughputSettingsGetPropertiesResource()

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

public ThroughputSettingsGetPropertiesResource()

ThroughputSettingsGetPropertiesResource(int?, AutopilotSettingsResource, string, string, string, object, string)

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

public ThroughputSettingsGetPropertiesResource(int? throughput = null, AutopilotSettingsResource autopilotSettings = null, string minimumThroughput = null, string offerReplacePending = null, string _rid = null, object _ts = null, string _etag = null)

Parameters

throughput int?

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

_rid string

A system generated property. A unique identifier.

_ts object

A system generated property that denotes the last updated timestamp of the resource.

_etag string

A system generated property representing the resource etag required for optimistic concurrency control.

Properties

AutopilotSettings

Gets or sets cosmos DB resource for Autopilot settings. Either throughput is required or autopilotSettings is required, but not both.

public AutopilotSettingsResource AutopilotSettings { get; set; }

Property Value

AutopilotSettingsResource

MinimumThroughput

Gets the minimum throughput of the resource

public string MinimumThroughput { get; }

Property Value

string

OfferReplacePending

Gets the throughput replace is pending

public string OfferReplacePending { get; }

Property Value

string

Throughput

Gets or sets value of the Cosmos DB resource throughput. Either throughput is required or autopilotSettings is required, but not both.

public int? Throughput { get; set; }

Property Value

int?

_etag

Gets a system generated property representing the resource etag required for optimistic concurrency control.

public string _etag { get; }

Property Value

string

_rid

Gets a system generated property. A unique identifier.

public string _rid { get; }

Property Value

string

_ts

Gets a system generated property that denotes the last updated timestamp of the resource.

public object _ts { get; }

Property Value

object

Methods

Validate()

Validate the object.

public virtual void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails