Class EffectiveRoutesParameters
java.lang.Object
com.azure.resourcemanager.network.models.EffectiveRoutesParameters
The parameters specifying the resource whose effective routes are being requested.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EffectiveRoutesParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId property: The resource whose effective routes are being requested.voidvalidate()Validates the instance.Get the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.withResourceId(String resourceId) Set the resourceId property: The resource whose effective routes are being requested.withVirtualWanResourceType(String virtualWanResourceType) Set the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
-
Constructor Details
-
EffectiveRoutesParameters
public EffectiveRoutesParameters()Creates an instance of EffectiveRoutesParameters class.
-
-
Method Details
-
resourceId
Get the resourceId property: The resource whose effective routes are being requested.- Returns:
- the resourceId value.
-
withResourceId
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
Get the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.- Returns:
- the virtualWanResourceType value.
-
withVirtualWanResourceType
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.
-