Class ThroughputSettingsGetResultsInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.cosmos.models.ArmResourceProperties
-
- com.azure.resourcemanager.cosmos.fluent.models.ThroughputSettingsGetResultsInner
-
public final class ThroughputSettingsGetResultsInner extends ArmResourceProperties
An Azure Cosmos DB resource throughput.
-
-
Constructor Summary
Constructors Constructor Description ThroughputSettingsGetResultsInner()
-
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.ThroughputSettingsGetResultsInnerwithLocation(String location)ThroughputSettingsGetResultsInnerwithResource(ThroughputSettingsGetPropertiesResource resource)Set the resource property: The resource property.ThroughputSettingsGetResultsInnerwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
withLocation
public ThroughputSettingsGetResultsInner withLocation(String location)
- Overrides:
withLocationin classArmResourceProperties
-
withTags
public ThroughputSettingsGetResultsInner withTags(Map<String,String> tags)
- Overrides:
withTagsin classArmResourceProperties
-
resource
public ThroughputSettingsGetPropertiesResource resource()
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public ThroughputSettingsGetResultsInner withResource(ThroughputSettingsGetPropertiesResource resource)
Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the ThroughputSettingsGetResultsInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classArmResourceProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-