public class ThroughputUpdateParameters extends Object
| Constructor and Description |
|---|
ThroughputUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
ThroughputResource |
resource()
Get the standard JSON format of a resource throughput.
|
ThroughputUpdateParameters |
withResource(ThroughputResource resource)
Set the standard JSON format of a resource throughput.
|
public ThroughputResource resource()
public ThroughputUpdateParameters withResource(ThroughputResource resource)
resource - the resource value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/