Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Gateways

Package version

Interface representing a Gateways.

Hierarchy

  • Gateways

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create the default Spring Cloud Gateway or update the existing 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.

    • gatewayResource: GatewayResource

      The gateway for the create or update operation

    • Optional options: GatewaysCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<GatewaysCreateOrUpdateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): Promise<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

  • 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<GatewaysGetResponse>

list

  • Handles requests to list all resources in a Service.

    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.

    • Optional options: GatewaysListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<GatewayResource>

validateDomain

Generated using TypeDoc