Package version:

Interface SignalR

Interface representing a SignalR.

Hierarchy

  • SignalR

Methods

  • Operation to delete a resource.

    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.

    • resourceName: string

      The name of the resource.

    • Optional options: SignalRDeleteOptionalParams

      The options parameters.

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

  • Operation to delete a resource.

    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.

    • resourceName: string

      The name of the resource.

    • Optional options: SignalRDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Operation to restart a resource.

    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.

    • resourceName: string

      The name of the resource.

    • Optional options: SignalRRestartOptionalParams

      The options parameters.

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

  • Operation to restart a resource.

    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.

    • resourceName: string

      The name of the resource.

    • Optional options: SignalRRestartOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc