public final class EffectiveRoutesParameters extends Object
| Constructor and Description |
|---|
EffectiveRoutesParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
resourceId()
Get the resourceId property: The resource whose effective routes are being requested.
|
void |
validate()
Validates the instance.
|
String |
virtualWanResourceType()
Get the virtualWanResourceType property: The type of the specified resource like RouteTable,
ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
|
EffectiveRoutesParameters |
withResourceId(String resourceId)
Set the resourceId property: The resource whose effective routes are being requested.
|
EffectiveRoutesParameters |
withVirtualWanResourceType(String virtualWanResourceType)
Set the virtualWanResourceType property: The type of the specified resource like RouteTable,
ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
|
public String resourceId()
public EffectiveRoutesParameters withResourceId(String resourceId)
resourceId - the resourceId value to set.public String virtualWanResourceType()
public EffectiveRoutesParameters withVirtualWanResourceType(String virtualWanResourceType)
virtualWanResourceType - the virtualWanResourceType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.