Share via


EventHubsNamespaceCollection Class

Definition

A class representing a collection of EventHubsNamespaceResource and their operations. Each EventHubsNamespaceResource in the collection will belong to the same instance of ResourceGroupResource. To get an EventHubsNamespaceCollection instance call the GetEventHubsNamespaces method from an instance of ResourceGroupResource.

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

Constructors

EventHubsNamespaceCollection()

Initializes a new instance of the EventHubsNamespaceCollection 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, EventHubsNamespaceData, CancellationToken)

Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_CreateOrUpdate
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
CreateOrUpdateAsync(WaitUntil, String, EventHubsNamespaceData, CancellationToken)

Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_CreateOrUpdate
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_Get
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_Get
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
Get(String, CancellationToken)

Gets the description of the specified namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_Get
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
GetAll(CancellationToken)

Lists the available Namespaces within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces
  • Operation Id: Namespaces_ListByResourceGroup
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
GetAllAsync(CancellationToken)

Lists the available Namespaces within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces
  • Operation Id: Namespaces_ListByResourceGroup
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
GetAsync(String, CancellationToken)

Gets the description of the specified namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_Get
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_Get
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}
  • Operation Id: Namespaces_Get
  • Default Api Version: 2023-01-01-preview
  • Resource: EventHubsNamespaceResource
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<EventHubsNamespaceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EventHubsNamespaceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to