BlobClientBuilderExtensions Class
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.
Extension methods to add BlobServiceClient client to clients builder.
public static class BlobClientBuilderExtensions
type BlobClientBuilderExtensions = class
Public Module BlobClientBuilderExtensions
- Inheritance
-
BlobClientBuilderExtensions
Methods
AddBlobServiceClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a BlobServiceClient instance with connection options loaded from the provided |
AddBlobServiceClient<TBuilder>(TBuilder, String) |
Registers a BlobServiceClient instance with the provided |
AddBlobServiceClient<TBuilder>(TBuilder, Uri, StorageSharedKeyCredential) |
Registers a BlobServiceClient instance with the provided |
AddBlobServiceClient<TBuilder>(TBuilder, Uri) |
Registers a BlobServiceClient instance with the provided |
Applies to
Azure SDK for .NET