Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExtensionTopicsImpl

Package version

Class containing ExtensionTopics operations.

Hierarchy

  • ExtensionTopicsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Get the properties of an extension topic.

    Parameters

    • scope: string

      The identifier of the resource to which extension topic is queried. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for Azure resource.

    • Optional options: ExtensionTopicsGetOptionalParams

      The options parameters.

    Returns Promise<ExtensionTopicsGetResponse>

Generated using TypeDoc