ExpressRouteDiagnosticsSettings Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteDiagnosticsSettings
- com.
Implements
public final class ExpressRouteDiagnosticsSettings
implements JsonSerializable<ExpressRouteDiagnosticsSettings>
Settings that control how Express Route diagnostics are performed by the connection analyzer.
Constructor Summary
| Constructor | Description |
|---|---|
| ExpressRouteDiagnosticsSettings() |
Creates an instance of Express |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Float |
bandwidth()
Get the bandwidth property: Bandwidth (in Mbps) to use for the Express Route diagnostic. |
| String |
erCircuitResourceId()
Get the er |
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Express |
withBandwidth(Float bandwidth)
Set the bandwidth property: Bandwidth (in Mbps) to use for the Express Route diagnostic. |
|
Express |
withErCircuitResourceId(String erCircuitResourceId)
Set the er |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteDiagnosticsSettings
public ExpressRouteDiagnosticsSettings()
Creates an instance of ExpressRouteDiagnosticsSettings class.
Method Details
bandwidth
public Float bandwidth()
Get the bandwidth property: Bandwidth (in Mbps) to use for the Express Route diagnostic.
Returns:
erCircuitResourceId
public String erCircuitResourceId()
Get the erCircuitResourceId property: Resource ID of the Express Route circuit.
Returns:
fromJson
public static ExpressRouteDiagnosticsSettings fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteDiagnosticsSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBandwidth
public ExpressRouteDiagnosticsSettings withBandwidth(Float bandwidth)
Set the bandwidth property: Bandwidth (in Mbps) to use for the Express Route diagnostic.
Parameters:
Returns:
withErCircuitResourceId
public ExpressRouteDiagnosticsSettings withErCircuitResourceId(String erCircuitResourceId)
Set the erCircuitResourceId property: Resource ID of the Express Route circuit.
Parameters:
Returns: