Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartnerTopicEventSubscriptions

Package version

Interface representing a PartnerTopicEventSubscriptions.

Hierarchy

  • PartnerTopicEventSubscriptions

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • Delete an existing event subscription of a partner topic.

    Parameters

    • resourceGroupName: string

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

    • partnerTopicName: string

      Name of the partner topic.

    • eventSubscriptionName: string

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

    • Optional options: PartnerTopicEventSubscriptionsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete an existing event subscription of a partner topic.

    Parameters

    • resourceGroupName: string

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

    • partnerTopicName: string

      Name of the partner topic.

    • eventSubscriptionName: string

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

    • Optional options: PartnerTopicEventSubscriptionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

getDeliveryAttributes

getFullUrl

listByPartnerTopic

Generated using TypeDoc