Class ThroughputSettingsGetProperties
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.fluent.models.ThroughputSettingsGetProperties
-
public final class ThroughputSettingsGetProperties extends Object
The properties of an Azure Cosmos DB resource throughput.
-
-
Constructor Summary
Constructors Constructor Description ThroughputSettingsGetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThroughputSettingsGetPropertiesResourceresource()Get the resource property: The resource property.voidvalidate()Validates the instance.ThroughputSettingsGetPropertieswithResource(ThroughputSettingsGetPropertiesResource resource)Set the resource property: The resource property.
-
-
-
Method Detail
-
resource
public ThroughputSettingsGetPropertiesResource 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.
-
-