Uses of Class
com.azure.resourcemanager.cosmos.models.ThroughputSettingsGetPropertiesResource
-
Packages that use ThroughputSettingsGetPropertiesResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of ThroughputSettingsGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ThroughputSettingsGetPropertiesResource Modifier and Type Method Description ThroughputSettingsGetPropertiesResourceThroughputSettingsGetProperties. resource()Get the resource property: The resource property.ThroughputSettingsGetPropertiesResourceThroughputSettingsGetResultsInner. resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ThroughputSettingsGetPropertiesResource Modifier and Type Method Description ThroughputSettingsGetPropertiesThroughputSettingsGetProperties. withResource(ThroughputSettingsGetPropertiesResource resource)Set the resource property: The resource property.ThroughputSettingsGetResultsInnerThroughputSettingsGetResultsInner. withResource(ThroughputSettingsGetPropertiesResource resource)Set the resource property: The resource property. -
Uses of ThroughputSettingsGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ThroughputSettingsGetPropertiesResource Modifier and Type Method Description ThroughputSettingsGetPropertiesResourceThroughputSettingsGetPropertiesResource. withAutoscaleSettings(AutoscaleSettingsResource autoscaleSettings)Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.ThroughputSettingsGetPropertiesResourceThroughputSettingsGetPropertiesResource. withThroughput(Integer throughput)Set the throughput property: Value of the Cosmos DB resource throughput.
-