ExtensionTopicsClient Interface
public interface ExtensionTopicsClient
An instance of this class provides access to all the operations defined in ExtensionTopicsClient.
Modifier and Type | Method and Description |
---|---|
abstract
Extension |
get(String scope)
Get the properties of an extension topic. |
abstract
Response<Extension |
get Get the properties of an extension topic. |
get
public abstract ExtensionTopicInner get(String scope)
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 properties of an extension topic.
getWithResponse
public abstract Response
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.
context
- The context to associate with this operation.
Returns:
the properties of an extension topic along with Response<T>.