@Beta(value=V1_7_0) public interface EventHubDisasterRecoveryPairings extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<EventHubDisasterRecoveryPairing.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<EventHubDisasterRecoveryPairing>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.DisasterRecoveryConfigsInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
| Modifier and Type | Method and Description |
|---|---|
DisasterRecoveryPairingAuthorizationRules |
authorizationRules() |
void |
deleteByName(String resourceGroupName,
String namespaceName,
String name)
Deletes a disaster recovery pairings of a namespace under a resource group.
|
rx.Completable |
deleteByNameAsync(String resourceGroupName,
String namespaceName,
String name)
Deletes a disaster recovery pairings of a namespace under a resource group.
|
EventHubDisasterRecoveryPairing |
getByName(String resourceGroupName,
String namespaceName,
String name)
Gets a disaster recovery pairings of a namespace under a resource group.
|
rx.Observable<EventHubDisasterRecoveryPairing> |
getByNameAsync(String resourceGroupName,
String namespaceName,
String name)
Gets a disaster recovery pairings of a namespace under a resource group.
|
com.microsoft.azure.PagedList<EventHubDisasterRecoveryPairing> |
listByNamespace(String resourceGroupName,
String namespaceName)
Lists the disaster recovery pairings of a namespace under a resource group.
|
rx.Observable<EventHubDisasterRecoveryPairing> |
listByNamespaceAsync(String resourceGroupName,
String namespaceName)
Lists the disaster recovery pairings of a namespace under a resource group.
|
definedeleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsync@Beta(value=V1_7_0) DisasterRecoveryPairingAuthorizationRules authorizationRules()
@Beta(value=V1_7_0) com.microsoft.azure.PagedList<EventHubDisasterRecoveryPairing> listByNamespace(String resourceGroupName, String namespaceName)
resourceGroupName - resource group namenamespaceName - namespace name@Beta(value=V1_7_0) rx.Observable<EventHubDisasterRecoveryPairing> listByNamespaceAsync(String resourceGroupName, String namespaceName)
resourceGroupName - resource group namenamespaceName - namespace name@Beta(value=V1_7_0) rx.Observable<EventHubDisasterRecoveryPairing> getByNameAsync(String resourceGroupName, String namespaceName, String name)
resourceGroupName - resource group namenamespaceName - namespace namename - disaster recovery pairing name@Beta(value=V1_7_0) EventHubDisasterRecoveryPairing getByName(String resourceGroupName, String namespaceName, String name)
resourceGroupName - resource group namenamespaceName - namespace namename - disaster recovery pairing name@Beta(value=V1_7_0) rx.Completable deleteByNameAsync(String resourceGroupName, String namespaceName, String name)
resourceGroupName - resource group namenamespaceName - namespace namename - disaster recovery pairing name@Beta(value=V1_7_0) void deleteByName(String resourceGroupName, String namespaceName, String name)
resourceGroupName - resource group namenamespaceName - namespace namename - disaster recovery pairing /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/