Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Topics

Package version

Interface representing a Topics.

Hierarchy

  • Topics

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete existing topic.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • topicName: string

      Name of the topic.

    • Optional options: TopicsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

beginRegenerateKey

beginRegenerateKeyAndWait

beginUpdate

  • Asynchronously updates a topic with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • topicName: string

      Name of the topic.

    • topicUpdateParameters: TopicUpdateParameters

      Topic update information.

    • Optional options: TopicsUpdateOptionalParams

      The options parameters.

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

beginUpdateAndWait

  • Asynchronously updates a topic with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • topicName: string

      Name of the topic.

    • topicUpdateParameters: TopicUpdateParameters

      Topic update information.

    • Optional options: TopicsUpdateOptionalParams

      The options parameters.

    Returns Promise<void>

get

listByResourceGroup

listBySubscription

listEventTypes

  • List event types for a topic.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • providerNamespace: string

      Namespace of the provider of the topic.

    • resourceTypeName: string

      Name of the topic type.

    • resourceName: string

      Name of the topic.

    • Optional options: TopicsListEventTypesOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<EventType>

listSharedAccessKeys

Generated using TypeDoc