Share via


EventHubsDisasterRecoveryCollection Class

Definition

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

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

Constructors

EventHubsDisasterRecoveryCollection()

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

Creates or updates a new Alias(Disaster Recovery configuration)

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}
  • Operation Id: DisasterRecoveryConfigs_CreateOrUpdate
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
CreateOrUpdateAsync(WaitUntil, String, EventHubsDisasterRecoveryData, CancellationToken)

Creates or updates a new Alias(Disaster Recovery configuration)

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}
  • Operation Id: DisasterRecoveryConfigs_CreateOrUpdate
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}
  • Operation Id: DisasterRecoveryConfigs_Get
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}
  • Operation Id: DisasterRecoveryConfigs_Get
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
Get(String, CancellationToken)

Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}
  • Operation Id: DisasterRecoveryConfigs_Get
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
GetAll(CancellationToken)

Gets all Alias(Disaster Recovery configurations)

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs
  • Operation Id: DisasterRecoveryConfigs_List
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
GetAllAsync(CancellationToken)

Gets all Alias(Disaster Recovery configurations)

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs
  • Operation Id: DisasterRecoveryConfigs_List
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
GetAsync(String, CancellationToken)

Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}
  • Operation Id: DisasterRecoveryConfigs_Get
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}
  • Operation Id: DisasterRecoveryConfigs_Get
  • Default Api Version: 2024-01-01
  • Resource: EventHubsDisasterRecoveryResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EventHubsDisasterRecoveryResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to