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