Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Channels

Package version

Interface representing a Channels.

Hierarchy

  • Channels

Implemented by

Index

Methods

beginDelete

  • beginDelete(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete an existing channel.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the partners subscription.

    • partnerNamespaceName: string

      Name of the partner namespace.

    • channelName: string

      Name of the channel.

    • Optional options: ChannelsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsDeleteOptionalParams): Promise<void>
  • Delete an existing channel.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the partners subscription.

    • partnerNamespaceName: string

      Name of the partner namespace.

    • channelName: string

      Name of the channel.

    • Optional options: ChannelsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

createOrUpdate

get

getFullUrl

listByPartnerNamespace

update

  • Synchronously updates a channel with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the partners subscription.

    • partnerNamespaceName: string

      Name of the partner namespace.

    • channelName: string

      Name of the channel.

    • channelUpdateParameters: ChannelUpdateParameters

      Channel update information.

    • Optional options: ChannelsUpdateOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc