Class AzureStorageResource
java.lang.Object
com.azure.runtime.host.resources.Resource<AzureStorageResource>
com.azure.runtime.host.resources.AzureBicepResource<AzureStorageResource>
com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageResource
- All Implemented Interfaces:
- ResourceTrait<AzureStorageResource>,- ResourceWithEndpoints<AzureStorageResource>,- ResourceWithLifecycle,- ResourceWithParameters<AzureStorageResource>,- ResourceWithTemplate<AzureStorageResource>,- SelfAware<AzureStorageResource>
public class AzureStorageResource
extends AzureBicepResource<AzureStorageResource>
implements ResourceWithEndpoints<AzureStorageResource>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionProcesses the template associated with this resource.Methods inherited from class com.azure.runtime.host.resources.AzureBicepResourcegetParameters, self, withParameter, withPathMethods inherited from class com.azure.runtime.host.resources.ResourcecopyInto, getAnnotations, getName, getType, withAnnotationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithEndpointsgetEndpoint, getEndpoints, self, withExternalHttpEndpoints, withHttpEndpoint, withHttpEndpoint, withHttpsEndpoint, withHttpsEndpointMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithLifecycleonResourceAdded, onResourcePrecommit, onResourceRemovedMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithParameterswithParameters
- 
Constructor Details- 
AzureStorageResource
 
- 
- 
Method Details- 
addBlobs
- 
addQueues
- 
addTables
- 
processTemplateDescription copied from interface:ResourceWithTemplateProcesses the template associated with this resource.- Specified by:
- processTemplatein interface- ResourceWithTemplate<AzureStorageResource>
- Returns:
- A list of template file outputs.
 
 
-