Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DomainTopics

Package version

Interface representing a DomainTopics.

Hierarchy

  • DomainTopics

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete existing domain topic.

    Parameters

    • resourceGroupName: string

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

    • domainName: string

      Name of the domain.

    • domainTopicName: string

      Name of the domain topic.

    • Optional options: DomainTopicsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete existing domain topic.

    Parameters

    • resourceGroupName: string

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

    • domainName: string

      Name of the domain.

    • domainTopicName: string

      Name of the domain topic.

    • Optional options: DomainTopicsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

listByDomain

Generated using TypeDoc