Class ThroughputSettingsGetResultsInner
- 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
stringid
stringname
stringtype
stringtags
IDictionary<string, string>resource
ThroughputSettingsGetPropertiesResource
Properties
Resource
public ThroughputSettingsGetPropertiesResource Resource { get; set; }
Property Value
Methods
Validate()
Validate the object.
public override void Validate()
Exceptions
- Microsoft.Rest.ValidationException
Thrown if validation fails