Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayHostnameConfiguration

Package version

Interface representing a GatewayHostnameConfiguration.

Hierarchy

  • GatewayHostnameConfiguration

Implemented by

Index

Methods

createOrUpdate

delete

  • Deletes the specified hostname configuration from the specified Gateway.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • gatewayId: string

      Gateway entity identifier. Must be unique in the current API Management service instance. Must not have value 'managed'

    • hcId: string

      Gateway hostname configuration identifier. Must be unique in the scope of parent Gateway entity.

    • ifMatch: string

      ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

    • Optional options: GatewayHostnameConfigurationDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

getEntityTag

listByService

Generated using TypeDoc