Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.ArmDisasterRecoveryInner
Packages that use ArmDisasterRecoveryInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of ArmDisasterRecoveryInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return ArmDisasterRecoveryInnerModifier and TypeMethodDescriptionDisasterRecoveryConfigsClient.createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters) Creates or updates a new Alias(Disaster Recovery configuration).Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type ArmDisasterRecoveryInnerModifier and TypeMethodDescriptionDisasterRecoveryConfigsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters) Creates or updates a new Alias(Disaster Recovery configuration).com.azure.core.http.rest.Response<ArmDisasterRecoveryInner> DisasterRecoveryConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters, com.azure.core.util.Context context) Creates or updates a new Alias(Disaster Recovery configuration).Mono<com.azure.core.http.rest.Response<ArmDisasterRecoveryInner>> DisasterRecoveryConfigsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters) Creates or updates a new Alias(Disaster Recovery configuration).DisasterRecoveryConfigsClient.getAsync(String resourceGroupName, String namespaceName, String alias) Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.com.azure.core.http.rest.Response<ArmDisasterRecoveryInner> DisasterRecoveryConfigsClient.getWithResponse(String resourceGroupName, String namespaceName, String alias, com.azure.core.util.Context context) Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.Mono<com.azure.core.http.rest.Response<ArmDisasterRecoveryInner>> DisasterRecoveryConfigsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String alias) Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.com.azure.core.http.rest.PagedIterable<ArmDisasterRecoveryInner> Gets all Alias(Disaster Recovery configurations).com.azure.core.http.rest.PagedIterable<ArmDisasterRecoveryInner> DisasterRecoveryConfigsClient.list(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets all Alias(Disaster Recovery configurations).com.azure.core.http.rest.PagedFlux<ArmDisasterRecoveryInner> Gets all Alias(Disaster Recovery configurations).Methods in com.azure.resourcemanager.eventhubs.fluent with parameters of type ArmDisasterRecoveryInnerModifier and TypeMethodDescriptionDisasterRecoveryConfigsClient.createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters) Creates or updates a new Alias(Disaster Recovery configuration).DisasterRecoveryConfigsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters) Creates or updates a new Alias(Disaster Recovery configuration).com.azure.core.http.rest.Response<ArmDisasterRecoveryInner> DisasterRecoveryConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters, com.azure.core.util.Context context) Creates or updates a new Alias(Disaster Recovery configuration).Mono<com.azure.core.http.rest.Response<ArmDisasterRecoveryInner>> DisasterRecoveryConfigsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters) Creates or updates a new Alias(Disaster Recovery configuration). -
Uses of ArmDisasterRecoveryInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return ArmDisasterRecoveryInnerModifier and TypeMethodDescriptionstatic ArmDisasterRecoveryInnerArmDisasterRecoveryInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ArmDisasterRecoveryInner from the JsonReader.ArmDisasterRecoveryInner.withAlternateName(String alternateName) Set the alternateName property: Alternate name specified when alias and namespace names are same.ArmDisasterRecoveryInner.withPartnerNamespace(String partnerNamespace) Set the partnerNamespace property: ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. -
Uses of ArmDisasterRecoveryInner in com.azure.resourcemanager.eventhubs.models
Subinterfaces with type arguments of type ArmDisasterRecoveryInner in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptioninterfaceType representing disaster recovery pairing for event hub namespaces.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type ArmDisasterRecoveryInnerModifier and TypeMethodDescriptionArmDisasterRecoveryListResult.value()Get the value property: List of Alias(Disaster Recovery configurations).Method parameters in com.azure.resourcemanager.eventhubs.models with type arguments of type ArmDisasterRecoveryInnerModifier and TypeMethodDescriptionArmDisasterRecoveryListResult.withValue(List<ArmDisasterRecoveryInner> value) Set the value property: List of Alias(Disaster Recovery configurations).