ExtensionTopics interface
Interface representing a ExtensionTopics.
Methods
get(string, Extension |
Get the properties of an extension topic. |
Method Details
get(string, ExtensionTopicsGetOptionalParams)
Get the properties of an extension topic.
function get(scope: string, options?: ExtensionTopicsGetOptionalParams): Promise<ExtensionTopic>
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.
- options
- ExtensionTopicsGetOptionalParams
The options parameters.
Returns
Promise<ExtensionTopic>