你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExtensionTopicsOperationsExtensions.Get Method

Definition

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.

Applies to