CircuitMetadataMap Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.CircuitMetadataMap

Implements

public final class CircuitMetadataMap
implements JsonSerializable<CircuitMetadataMap>

The CircuitMetadataMap model.

Method Summary

Modifier and Type Method and Description
static CircuitMetadataMap fromJson(JsonReader jsonReader)

Reads an instance of CircuitMetadataMap from the JsonReader.

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.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of CircuitMetadataMap if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CircuitMetadataMap.

link

public String link()

Get the link property: Link to the Express Route circuit.

Returns:

the link value.

location

public String location()

Get the location property: Peering location of the Express Route Circuit.

Returns:

the location value.

name

public String name()

Get the name property: Express Route Circuit Name.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to