Class ThroughputSettingsGetProperties
java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.ThroughputSettingsGetProperties
The properties of an Azure Cosmos DB resource throughput.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ThroughputSettingsGetProperties class. -
Method Summary
-
Constructor Details
-
ThroughputSettingsGetProperties
public ThroughputSettingsGetProperties()Creates an instance of ThroughputSettingsGetProperties class.
-
-
Method Details
-
resource
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public ThroughputSettingsGetProperties withResource(ThroughputSettingsGetPropertiesResource resource) Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the ThroughputSettingsGetProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-