Last updated
Was this helpful?
Calling this method list the blob containers from blob storage.
ListBlobContainers
The direct command does not require any parameters:
{
}The direct command returns an OperationResult that indicates either success or failure, along with a list of strings containing container names.
Last updated
Was this helpful?
Was this helpful?