ContainerClientLike interface  
An interface compatible with Storage Blob's ContainerClient class.
Methods
| get | Creates a getBlockBlobClient() | 
| list | Returns an async iterable iterator to list all the blobs under the specified account. | 
Method Details
		getBlobClient(string)
	  
	Creates a getBlockBlobClient()
function getBlobClient(blobName: string): BlobClientLikeParameters
- blobName
- 
				string 
Returns
		listBlobsFlat(ContainerListBlobsOptions)
	     
	Returns an async iterable iterator to list all the blobs under the specified account.
function listBlobsFlat(options?: ContainerListBlobsOptions): PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>Parameters
- options
- ContainerListBlobsOptions