Class EffectiveRoutesParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.EffectiveRoutesParameters
-
public final class EffectiveRoutesParameters extends Object
The parameters specifying the resource whose effective routes are being requested.
-
-
Constructor Summary
Constructors Constructor Description EffectiveRoutesParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringresourceId()Get the resourceId property: The resource whose effective routes are being requested.voidvalidate()Validates the instance.StringvirtualWanResourceType()Get the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.EffectiveRoutesParameterswithResourceId(String resourceId)Set the resourceId property: The resource whose effective routes are being requested.EffectiveRoutesParameterswithVirtualWanResourceType(String virtualWanResourceType)Set the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
-
-
-
Method Detail
-
resourceId
public String resourceId()
Get the resourceId property: The resource whose effective routes are being requested.- Returns:
- the resourceId value.
-
withResourceId
public EffectiveRoutesParameters withResourceId(String resourceId)
Set the resourceId property: The resource whose effective routes are being requested.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the EffectiveRoutesParameters object itself.
-
virtualWanResourceType
public String virtualWanResourceType()
Get the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.- Returns:
- the virtualWanResourceType value.
-
withVirtualWanResourceType
public EffectiveRoutesParameters withVirtualWanResourceType(String virtualWanResourceType)
Set the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.- Parameters:
virtualWanResourceType- the virtualWanResourceType value to set.- Returns:
- the EffectiveRoutesParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-