Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventChannels

Package version

Interface representing a EventChannels.

Hierarchy

  • EventChannels

Implemented by

Index

Methods

beginDelete

  • beginDelete(resourceGroupName: string, partnerNamespaceName: string, eventChannelName: string, options?: EventChannelsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete existing event channel.

    Parameters

    • resourceGroupName: string

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

    • partnerNamespaceName: string

      Name of the partner namespace.

    • eventChannelName: string

      Name of the event channel.

    • Optional options: EventChannelsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete existing event channel.

    Parameters

    • resourceGroupName: string

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

    • partnerNamespaceName: string

      Name of the partner namespace.

    • eventChannelName: string

      Name of the event channel.

    • Optional options: EventChannelsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

createOrUpdate

get

listByPartnerNamespace

Generated using TypeDoc