Uses of Class
com.azure.resourcemanager.servicebus.models.FailoverProperties
Packages that use FailoverProperties
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of FailoverProperties in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type FailoverPropertiesModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> DisasterRecoveryConfigsClient.failOverWithResponse(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters, com.azure.core.util.Context context) Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.DisasterRecoveryConfigsClient.failOverWithResponseAsync(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters) Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. -
Uses of FailoverProperties in com.azure.resourcemanager.servicebus.models
Classes in com.azure.resourcemanager.servicebus.models that implement interfaces with type arguments of type FailoverPropertiesModifier and TypeClassDescriptionfinal classSafe failover is to indicate the service should wait for pending replication to finish before switching to the secondary.Methods in com.azure.resourcemanager.servicebus.models that return FailoverPropertiesModifier and TypeMethodDescriptionstatic FailoverPropertiesFailoverProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverProperties from the JsonReader.FailoverProperties.withIsSafeFailover(Boolean isSafeFailover) Set the isSafeFailover property: Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary.