Table of Contents

Class ThroughputSettingsGetResultsInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

An Azure Cosmos DB resource throughput.

public class ThroughputSettingsGetResultsInner : ARMResourcePropertiesInner
Inheritance
ThroughputSettingsGetResultsInner

Constructors

ThroughputSettingsGetResultsInner()

Initializes a new instance of the ThroughputSettingsGetResultsInner class.

public ThroughputSettingsGetResultsInner()

ThroughputSettingsGetResultsInner(string, string, string, string, IDictionary<string, string>, ThroughputSettingsGetPropertiesResource)

Initializes a new instance of the ThroughputSettingsGetResultsInner class.

public ThroughputSettingsGetResultsInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, ThroughputSettingsGetPropertiesResource resource = null)

Parameters

location string
id string
name string
type string
tags IDictionary<string, string>
resource ThroughputSettingsGetPropertiesResource

Properties

Resource

public ThroughputSettingsGetPropertiesResource Resource { get; set; }

Property Value

ThroughputSettingsGetPropertiesResource

Methods

Validate()

Validate the object.

public override void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails