Class ObjectStorageAzure
java.lang.Object
io.micronaut.starter.feature.objectstorage.ObjectStorageAzure
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, AzureCloudFeature, CloudFeature, CloudObjectStorageFeature, ObjectStorageFeature
@Requires(property="micronaut.starter.feature.object.storage.azure.enabled",
value="true",
defaultValue="true")
@Singleton
public class ObjectStorageAzure
extends Object
implements CloudObjectStorageFeature, AzureCloudFeature
Azure implementation of
ObjectStorageFeature.- Since:
- 3.7.0
- Author:
- Álvaro Sánchez-Mariscal
-
Field Summary
Fields inherited from interface ObjectStorageFeature
PREAMBLEFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AzureCloudFeature
getCloudMethods inherited from interface CloudObjectStorageFeature
getCategoryMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface ObjectStorageFeature
apply, getDescription, getMicronautDocumentation, getName, getTitle, supports
-
Constructor Details
-
ObjectStorageAzure
public ObjectStorageAzure()
-
-
Method Details
-
getCloudProvider
- Specified by:
getCloudProviderin interfaceObjectStorageFeature- Returns:
- the concrete cloud provider in its natural name (eg: "Oracle Cloud").
-
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentationin interfaceFeature- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-