Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebPubSubImpl

Package version

Class representing a WebPubSub.

Hierarchy

  • WebPubSubImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, resourceName: string, options?: WebPubSubDeleteOptionalParams): 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: WebPubSubDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • 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: WebPubSubDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginRegenerateKey

beginRegenerateKeyAndWait

beginRestart

  • beginRestart(resourceGroupName: string, resourceName: string, options?: WebPubSubRestartOptionalParams): 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: WebPubSubRestartOptionalParams

      The options parameters.

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

beginRestartAndWait

  • 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: WebPubSubRestartOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

checkNameAvailability

get

  • Get the resource 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.

    • resourceName: string

      The name of the resource.

    • Optional options: WebPubSubGetOptionalParams

      The options parameters.

    Returns Promise<WebPubSubGetResponse>

listByResourceGroup

listBySubscription

listKeys

Generated using TypeDoc