Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner
-
Packages that use ArmDisasterRecoveryInner Package Description com.azure.resourcemanager.servicebus.fluent Package containing the service clients for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of ArmDisasterRecoveryInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return ArmDisasterRecoveryInner Modifier and Type Method Description ArmDisasterRecoveryInnerDisasterRecoveryConfigsClient. createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)Creates or updates a new Alias(Disaster Recovery configuration).ArmDisasterRecoveryInnerDisasterRecoveryConfigsClient. get(String resourceGroupName, String namespaceName, String alias)Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type ArmDisasterRecoveryInner Modifier and Type Method Description Mono<ArmDisasterRecoveryInner>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).Mono<ArmDisasterRecoveryInner>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>DisasterRecoveryConfigsClient. list(String resourceGroupName, String namespaceName)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>DisasterRecoveryConfigsClient. listAsync(String resourceGroupName, String namespaceName)Gets all Alias(Disaster Recovery configurations).Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type ArmDisasterRecoveryInner Modifier and Type Method Description ArmDisasterRecoveryInnerDisasterRecoveryConfigsClient. createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)Creates or updates a new Alias(Disaster Recovery configuration).Mono<ArmDisasterRecoveryInner>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.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return ArmDisasterRecoveryInner Modifier and Type Method Description ArmDisasterRecoveryInnerArmDisasterRecoveryInner. withAlternateName(String alternateName)Set the alternateName property: Primary/Secondary eventhub namespace name, which is part of GEO DR pairing.ArmDisasterRecoveryInnerArmDisasterRecoveryInner. 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.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type ArmDisasterRecoveryInner Modifier and Type Method Description List<ArmDisasterRecoveryInner>ArmDisasterRecoveryListResult. value()Get the value property: List of Alias(Disaster Recovery configurations).Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type ArmDisasterRecoveryInner Modifier and Type Method Description ArmDisasterRecoveryListResultArmDisasterRecoveryListResult. withValue(List<ArmDisasterRecoveryInner> value)Set the value property: List of Alias(Disaster Recovery configurations).
-