Class ExpressRouteConnectionId
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ExpressRouteConnectionId
-
public final class ExpressRouteConnectionId extends Object
The ID of the ExpressRouteConnection.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteConnectionId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The ID of the ExpressRouteConnection.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The ID of the ExpressRouteConnection.- Returns:
- the id value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-