Package version:

Interface Gateways

Interface representing a Gateways.

Hierarchy

  • Gateways

Methods

  • Disable the default Spring Cloud Gateway.

    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: GatewaysDeleteOptionalParams

      The options parameters.

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

  • Disable the default Spring Cloud Gateway.

    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: GatewaysDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Get the Spring Cloud Gateway and its properties.

    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: GatewaysGetOptionalParams

      The options parameters.

    Returns Promise<GatewayResource>

Generated using TypeDoc