ExpressRouteCircuitPeeringId Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteCircuitPeeringId
- com.
Implements
public final class ExpressRouteCircuitPeeringId
implements JsonSerializable<ExpressRouteCircuitPeeringId>
ExpressRoute circuit peering identifier.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitPeeringId() |
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: The ID of the Express |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withId(String id)
Set the id property: The ID of the Express |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitPeeringId
public ExpressRouteCircuitPeeringId()
Creates an instance of ExpressRouteCircuitPeeringId class.
Method Details
fromJson
public static ExpressRouteCircuitPeeringId fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitPeeringId from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The ID of the ExpressRoute circuit peering.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public ExpressRouteCircuitPeeringId withId(String id)
Set the id property: The ID of the ExpressRoute circuit peering.
Parameters:
Returns:
Applies to
Azure SDK for Java