Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DomainTopicEventSubscriptions

Package version

Interface representing a DomainTopicEventSubscriptions.

Hierarchy

  • DomainTopicEventSubscriptions

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • Delete a nested existing event subscription for a domain topic.

    Parameters

    • resourceGroupName: string

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

    • domainName: string

      Name of the top level domain.

    • topicName: string

      Name of the domain topic.

    • eventSubscriptionName: string

      Name of the event subscription to be deleted. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

    • Optional options: DomainTopicEventSubscriptionsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete a nested existing event subscription for a domain topic.

    Parameters

    • resourceGroupName: string

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

    • domainName: string

      Name of the top level domain.

    • topicName: string

      Name of the domain topic.

    • eventSubscriptionName: string

      Name of the event subscription to be deleted. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

    • Optional options: DomainTopicEventSubscriptionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

getDeliveryAttributes

getFullUrl

list

Generated using TypeDoc