TopicSpaceCollection Class

Definition

A class representing a collection of TopicSpaceResource and their operations. Each TopicSpaceResource in the collection will belong to the same instance of EventGridNamespaceResource. To get a TopicSpaceCollection instance call the GetTopicSpaces method from an instance of EventGridNamespaceResource.

public class TopicSpaceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.EventGrid.TopicSpaceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EventGrid.TopicSpaceResource>
type TopicSpaceCollection = class
    inherit ArmCollection
    interface seq<TopicSpaceResource>
    interface IEnumerable
    interface IAsyncEnumerable<TopicSpaceResource>
Public Class TopicSpaceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of TopicSpaceResource), IEnumerable(Of TopicSpaceResource)
Inheritance
TopicSpaceCollection
Implements

Constructors

TopicSpaceCollection()

Initializes a new instance of the TopicSpaceCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, TopicSpaceData, CancellationToken)

Create or update a topic space with the specified parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_CreateOrUpdate
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
CreateOrUpdateAsync(WaitUntil, String, TopicSpaceData, CancellationToken)

Create or update a topic space with the specified parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_CreateOrUpdate
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
Get(String, CancellationToken)

Get properties of a topic space.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
GetAll(String, Nullable<Int32>, CancellationToken)

Get all the topic spaces under a namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces
  • Operation Id: TopicSpaces_ListByNamespace
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
GetAllAsync(String, Nullable<Int32>, CancellationToken)

Get all the topic spaces under a namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces
  • Operation Id: TopicSpaces_ListByNamespace
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
GetAsync(String, CancellationToken)

Get properties of a topic space.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}
  • Operation Id: TopicSpaces_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: TopicSpaceResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<TopicSpaceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<TopicSpaceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to