Delen via


DomainEventSubscriptionCollection Class

Definition

A class representing a collection of DomainEventSubscriptionResource and their operations. Each DomainEventSubscriptionResource in the collection will belong to the same instance of EventGridDomainResource. To get a DomainEventSubscriptionCollection instance call the GetDomainEventSubscriptions method from an instance of EventGridDomainResource.

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

Constructors

DomainEventSubscriptionCollection()

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

Asynchronously creates a new event subscription or updates an existing event subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_CreateOrUpdate
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
CreateOrUpdateAsync(WaitUntil, String, EventGridSubscriptionData, CancellationToken)

Asynchronously creates a new event subscription or updates an existing event subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_CreateOrUpdate
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
Get(String, CancellationToken)

Get properties of an event subscription of a domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
GetAll(String, Nullable<Int32>, CancellationToken)

List all event subscriptions that have been created for a specific topic.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions
  • Operation Id: DomainEventSubscriptions_List
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
GetAllAsync(String, Nullable<Int32>, CancellationToken)

List all event subscriptions that have been created for a specific topic.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions
  • Operation Id: DomainEventSubscriptions_List
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
GetAsync(String, CancellationToken)

Get properties of an event subscription of a domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: DomainEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: DomainEventSubscriptionResource
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<DomainEventSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DomainEventSubscriptionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to