ExtensionTopics Interface
Implements
com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.ExtensionTopicsInner>
public interface ExtensionTopics
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.ExtensionTopicsInner>
Type representing ExtensionTopics.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
rx.Observable<Extension |
getAsync(String scope)
Get properties of an extension topic. |
Method Details
getAsync
public abstract Observable<ExtensionTopic> getAsync(String scope)
Get properties of an extension topic. Get the properties of an extension topic.
Parameters:
scope
- 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.
Returns:
the observable for the request