ShareClientBuilderExtensions 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 ShareServiceClient client to clients builder
public static class ShareClientBuilderExtensions
type ShareClientBuilderExtensions = class
Public Module ShareClientBuilderExtensions
- Inheritance
-
ShareClientBuilderExtensions
Methods
AddFileServiceClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a ShareServiceClient instance with connection options loaded from the provided |
AddFileServiceClient<TBuilder>(TBuilder, String) |
Registers a ShareServiceClient instance with the provided |
AddFileServiceClient<TBuilder>(TBuilder, Uri, StorageSharedKeyCredential) |
Registers a ShareServiceClient instance with the provided |
AddFileServiceClientWithCredential<TBuilder>(TBuilder, Uri) |
Registers a ShareServiceClient instance with the provided Note that service-level operations do not support token credential authentication. This extension exists to allow the construction of a ShareServiceClient that can be used to derive a ShareClient that has token credential authentication. Also note that ShareTokenIntent is currently required for token authentication. |
Applies to
Azure SDK for .NET