ExpressRouteCircuitReference Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteCircuitReference
- com.
Implements
public final class ExpressRouteCircuitReference
implements JsonSerializable<ExpressRouteCircuitReference>
Reference to an express route circuit.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitReference() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
id()
Get the id property: Corresponding Express Route Circuit Id. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withId(String id)
Set the id property: Corresponding Express Route Circuit Id. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitReference
public ExpressRouteCircuitReference()
Creates an instance of ExpressRouteCircuitReference class.
Method Details
fromJson
public static ExpressRouteCircuitReference fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitReference from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Corresponding Express Route Circuit Id.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public ExpressRouteCircuitReference withId(String id)
Set the id property: Corresponding Express Route Circuit Id.
Parameters:
Returns:
Applies to
Azure SDK for Java