TableClientBuilderExtensions 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 TableClientOptions client to clients builder.
public static class TableClientBuilderExtensions
type TableClientBuilderExtensions = class
Public Module TableClientBuilderExtensions
- Inheritance
-
TableClientBuilderExtensions
Methods
AddTableServiceClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a TableServiceClient instance with connection options loaded from the provided |
AddTableServiceClient<TBuilder>(TBuilder, String) |
Registers a TableServiceClient instance with the provided |
AddTableServiceClient<TBuilder>(TBuilder, Uri, TableSharedKeyCredential) |
Registers a TableServiceClient instance with the provided |
AddTableServiceClient<TBuilder>(TBuilder, Uri) |
Registers a TableServiceClient instance with the provided |
Applies to
Azure SDK for .NET