Interface ApplicationGateway.UpdateStages.WithRequestRoutingRule

    • Method Detail

      • withoutRequestRoutingRule

        ApplicationGateway.Update withoutRequestRoutingRule​(String name)
        Removes a request routing rule from the application gateway.
        Parameters:
        name - the name of the request routing rule to remove
        Returns:
        the next stage of the update
      • updateRequestRoutingRule

        ApplicationGatewayRequestRoutingRule.Update updateRequestRoutingRule​(String name)
        Begins the update of a request routing rule.
        Parameters:
        name - the name of an existing request routing rule
        Returns:
        the first stage of a request routing rule update or null if the requested rule does not exist
      • definePathBasedRoutingRule

        @Beta(V1_11_0)
        ApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ApplicationGateway.Update> definePathBasedRoutingRule​(String name)
        Begins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway. Note: both will be created with the same name and attached to the gateway.
        Parameters:
        name - a unique name for the URL path map
        Returns:
        the first stage of the URL path map definition