Uses of Enum
com.azure.resourcemanager.storage.models.FailoverType
Packages that use FailoverType
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of FailoverType in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type FailoverTypeModifier and TypeMethodDescriptionStorageAccountsClient.beginFailover(String resourceGroupName, String accountName, FailoverType failoverType, com.azure.core.util.Context context) A failover request can be triggered for a storage account in the event a primary endpoint becomes unavailable for any reason.StorageAccountsClient.beginFailoverAsync(String resourceGroupName, String accountName, FailoverType failoverType) A failover request can be triggered for a storage account in the event a primary endpoint becomes unavailable for any reason.voidStorageAccountsClient.failover(String resourceGroupName, String accountName, FailoverType failoverType, com.azure.core.util.Context context) A failover request can be triggered for a storage account in the event a primary endpoint becomes unavailable for any reason.StorageAccountsClient.failoverAsync(String resourceGroupName, String accountName, FailoverType failoverType) A failover request can be triggered for a storage account in the event a primary endpoint becomes unavailable for any reason.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>StorageAccountsClient.failoverWithResponseAsync(String resourceGroupName, String accountName, FailoverType failoverType) A failover request can be triggered for a storage account in the event a primary endpoint becomes unavailable for any reason. -
Uses of FailoverType in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return FailoverTypeModifier and TypeMethodDescriptionstatic FailoverTypeFailoverType.fromString(String value) Parses a serialized value to a FailoverType instance.static FailoverTypeReturns the enum constant of this type with the specified name.static FailoverType[]FailoverType.values()Returns an array containing the constants of this enum type, in the order they are declared.