Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayCustomDomains

Package version

Interface representing a GatewayCustomDomains.

Hierarchy

  • GatewayCustomDomains

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, options?: GatewayCustomDomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete the Spring Cloud Gateway custom domain.

    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.

    • domainName: string

      The name of the Spring Cloud Gateway custom domain.

    • Optional options: GatewayCustomDomainsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete the Spring Cloud Gateway custom domain.

    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.

    • domainName: string

      The name of the Spring Cloud Gateway custom domain.

    • Optional options: GatewayCustomDomainsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get the Spring Cloud Gateway custom domain.

    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.

    • domainName: string

      The name of the Spring Cloud Gateway custom domain.

    • Optional options: GatewayCustomDomainsGetOptionalParams

      The options parameters.

    Returns Promise<GatewayCustomDomainsGetResponse>

list

Generated using TypeDoc