Share via


ExtensionTopics Interface

public interface ExtensionTopics

Resource collection API of ExtensionTopics.

Method Summary

Modifier and Type Method and Description
abstract ExtensionTopic get(String scope)

Get properties of an extension topic.

abstract Response<ExtensionTopic> getWithResponse(String scope, Context context)

Get properties of an extension topic.

Method Details

get

public abstract ExtensionTopic get(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 properties of an extension topic.

getWithResponse

public abstract Response<ExtensionTopic> getWithResponse(String scope, Context context)

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.
context - The context to associate with this operation.

Returns:

the properties of an extension topic along with Response<T>.

Applies to