IBlobContainerFactory.GetBlobContainerClient(GrainId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the container which should be used for the specified grain.
public Azure.Storage.Blobs.BlobContainerClient GetBlobContainerClient (Orleans.Runtime.GrainId grainId);
abstract member GetBlobContainerClient : Orleans.Runtime.GrainId -> Azure.Storage.Blobs.BlobContainerClient
Public Function GetBlobContainerClient (grainId As GrainId) As BlobContainerClient
Parameters
- grainId
- GrainId
The grain id
Returns
A configured blob client