Share via


EventGridNamespaceResource.GetTopicSpaceAsync Method

Definition

Get properties of a topic space.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.TopicSpaceResource>> GetTopicSpaceAsync (string topicSpaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTopicSpaceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.TopicSpaceResource>>
override this.GetTopicSpaceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.TopicSpaceResource>>
Public Overridable Function GetTopicSpaceAsync (topicSpaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TopicSpaceResource))

Parameters

topicSpaceName
String

Name of the Topic space.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

topicSpaceName is null.

topicSpaceName is an empty string, and was expected to be non-empty.

Applies to