ExtensionTopicsOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get properties of an extension topic.
public static Microsoft.Azure.Management.EventGrid.Models.ExtensionTopic Get (this Microsoft.Azure.Management.EventGrid.IExtensionTopicsOperations operations, string scope);
static member Get : Microsoft.Azure.Management.EventGrid.IExtensionTopicsOperations * string -> Microsoft.Azure.Management.EventGrid.Models.ExtensionTopic
<Extension()>
Public Function Get (operations As IExtensionTopicsOperations, scope As String) As ExtensionTopic
Parameters
- operations
- IExtensionTopicsOperations
The operations group for this extension method.
- 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.
Returns
Remarks
Get the properties of an extension topic.