Class GetInboundRoutesParameters

java.lang.Object
com.azure.resourcemanager.network.models.GetInboundRoutesParameters

public final class GetInboundRoutesParameters extends Object
The parameters specifying the connection resource whose inbound routes are being requested.
  • Constructor Details

    • GetInboundRoutesParameters

      public GetInboundRoutesParameters()
      Creates an instance of GetInboundRoutesParameters class.
  • Method Details

    • resourceUri

      public String resourceUri()
      Get the resourceUri property: The connection resource whose inbound routes are being requested.
      Returns:
      the resourceUri value.
    • withResourceUri

      public GetInboundRoutesParameters withResourceUri(String resourceUri)
      Set the resourceUri property: The connection resource whose inbound routes are being requested.
      Parameters:
      resourceUri - the resourceUri value to set.
      Returns:
      the GetInboundRoutesParameters object itself.
    • connectionType

      public String connectionType()
      Get the connectionType property: The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
      Returns:
      the connectionType value.
    • withConnectionType

      public GetInboundRoutesParameters withConnectionType(String connectionType)
      Set the connectionType property: The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
      Parameters:
      connectionType - the connectionType value to set.
      Returns:
      the GetInboundRoutesParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.