Package version:

Interface WebPubSubHubs

Interface representing a WebPubSubHubs.

Hierarchy

  • WebPubSubHubs

Methods

  • Delete a hub setting.

    Parameters

    • hubName: string

      The hub name.

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

    • resourceName: string

      The name of the resource.

    • Optional options: WebPubSubHubsDeleteOptionalParams

      The options parameters.

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

  • Delete a hub setting.

    Parameters

    • hubName: string

      The hub name.

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

    • resourceName: string

      The name of the resource.

    • Optional options: WebPubSubHubsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc