CircuitMetadataMap Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. CircuitMetadataMap
- com.
Implements
public final class CircuitMetadataMap
implements JsonSerializable<CircuitMetadataMap>
The CircuitMetadataMap model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Circuit |
fromJson(JsonReader jsonReader)
Reads an instance of Circuit |
| String |
link()
Get the link property: Link to the Express Route circuit. |
| String |
location()
Get the location property: Peering location of the Express Route Circuit. |
| String |
name()
Get the name property: Express Route Circuit Name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CircuitMetadataMap fromJson(JsonReader jsonReader)
Reads an instance of CircuitMetadataMap from the JsonReader.
Parameters:
Returns:
Throws:
link
public String link()
Get the link property: Link to the Express Route circuit.
Returns:
location
public String location()
Get the location property: Peering location of the Express Route Circuit.
Returns:
name
public String name()
Get the name property: Express Route Circuit Name.
Returns:
toJson
validate
public void validate()
Validates the instance.