public class ExpressRouteCircuitPeeringId extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitPeeringId() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the ID of the ExpressRoute circuit peering.
|
ExpressRouteCircuitPeeringId |
withId(String id)
Set the ID of the ExpressRoute circuit peering.
|
public String id()
public ExpressRouteCircuitPeeringId withId(String id)
id - the id value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/