BlobContainerClient.GetBlobClient(String) Method
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.
Create a new BlobClient object by appending
blobName
to the end of Uri. The
new BlobClient uses the same request policy
pipeline as the BlobContainerClient.
C#
public virtual Azure.Storage.Blobs.BlobClient GetBlobClient(string blobName);
abstract member GetBlobClient : string -> Azure.Storage.Blobs.BlobClient
override this.GetBlobClient : string -> Azure.Storage.Blobs.BlobClient
Public Overridable Function GetBlobClient (blobName As String) As BlobClient
- blobName
- String
The name of the blob.
A new BlobClient instance.
Product | Versies |
---|---|
Azure SDK for .NET | Latest, Preview |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET-feedback
Azure SDK for .NET is een open source project. Selecteer een koppeling om feedback te geven: