@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class ThroughputControlGroupConfig extends Object
Modifier and Type | Method and Description |
---|---|
String |
getGroupName()
Get the throughput control group name.
|
Integer |
getTargetThroughput()
Get throughput control group target throughput.
|
Double |
getTargetThroughputThreshold()
Get the throughput control group target throughput threshold.
|
boolean |
isDefault()
Get whether this throughput control group will be used by default.
|
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getGroupName()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public Integer getTargetThroughput()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public Double getTargetThroughputThreshold()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public boolean isDefault()
true
this throughput control group will be used by default unless being override. false
otherwise.Copyright © 2021 Microsoft Corporation. All rights reserved.