Uses of Class
org.jclouds.azure.storage.options.CreateOptions
-
Packages that use CreateOptions Package Description org.jclouds.azure.storage.options org.jclouds.azureblob.options -
-
Uses of CreateOptions in org.jclouds.azure.storage.options
Fields in org.jclouds.azure.storage.options declared as CreateOptions Modifier and Type Field Description static CreateOptionsCreateOptions. NONEMethods in org.jclouds.azure.storage.options that return CreateOptions Modifier and Type Method Description static CreateOptionsCreateOptions.Builder. withMetadata(com.google.common.collect.Multimap<String,String> metadata)CreateOptionsCreateOptions. withMetadata(com.google.common.collect.Multimap<String,String> metadata)A name-value pair to associate with the container as metadata. -
Uses of CreateOptions in org.jclouds.azureblob.options
Subclasses of CreateOptions in org.jclouds.azureblob.options Modifier and Type Class Description classCreateContainerOptionsContains options supported in the REST API for the Create Container operation.
-