Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayRouteConfigs

Package version

Interface representing a GatewayRouteConfigs.

Hierarchy

  • GatewayRouteConfigs

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • gatewayName: string

      The name of Spring Cloud Gateway.

    • routeConfigName: string

      The name of the Spring Cloud Gateway route config.

    • gatewayRouteConfigResource: GatewayRouteConfigResource

      The Spring Cloud Gateway route config for the create or update operation

    • Optional options: GatewayRouteConfigsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<GatewayRouteConfigsCreateOrUpdateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, options?: GatewayRouteConfigsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete the Spring Cloud Gateway route config.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • gatewayName: string

      The name of Spring Cloud Gateway.

    • routeConfigName: string

      The name of the Spring Cloud Gateway route config.

    • Optional options: GatewayRouteConfigsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • Delete the Spring Cloud Gateway route config.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • gatewayName: string

      The name of Spring Cloud Gateway.

    • routeConfigName: string

      The name of the Spring Cloud Gateway route config.

    • Optional options: GatewayRouteConfigsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get the Spring Cloud Gateway route configs.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • gatewayName: string

      The name of Spring Cloud Gateway.

    • routeConfigName: string

      The name of the Spring Cloud Gateway route config.

    • Optional options: GatewayRouteConfigsGetOptionalParams

      The options parameters.

    Returns Promise<GatewayRouteConfigsGetResponse>

list

  • Handle requests to list all Spring Cloud Gateway route configs.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • gatewayName: string

      The name of Spring Cloud Gateway.

    • Optional options: GatewayRouteConfigsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<GatewayRouteConfigResource>

Generated using TypeDoc