Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.FailoverPropertiesProperties
Packages that use FailoverPropertiesProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of FailoverPropertiesProperties in com.azure.resourcemanager.servicebus.fluent.models
Classes in com.azure.resourcemanager.servicebus.fluent.models that implement interfaces with type arguments of type FailoverPropertiesPropertiesModifier 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.fluent.models that return FailoverPropertiesPropertiesModifier and TypeMethodDescriptionstatic FailoverPropertiesPropertiesFailoverPropertiesProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverPropertiesProperties from the JsonReader.FailoverPropertiesProperties.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.