Class BlobServiceOperations
- java.lang.Object
-
- org.apache.camel.component.azure.storage.blob.operations.BlobServiceOperations
-
public class BlobServiceOperations extends Object
Operations related toBlobServiceClient
. This is at the service level.
-
-
Constructor Summary
Constructors Constructor Description BlobServiceOperations(BlobConfiguration configuration, BlobServiceClientWrapper client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlobOperationResponse
listBlobContainers(org.apache.camel.Exchange exchange)
-
-
-
Constructor Detail
-
BlobServiceOperations
public BlobServiceOperations(BlobConfiguration configuration, BlobServiceClientWrapper client)
-
-
Method Detail
-
listBlobContainers
public BlobOperationResponse listBlobContainers(org.apache.camel.Exchange exchange)
-
-