Language

ShareClientSettings Class

Definition

Represents the settings used to configure a ShareClient that can be loaded from an IConfigurationSection.

public class ShareClientSettings : System.ClientModel.Primitives.ClientSettings
type ShareClientSettings = class
    inherit ClientSettings
Public Class ShareClientSettings
Inherits ClientSettings
Inheritance
ShareClientSettings

Constructors

Name Description
ShareClientSettings()

Properties

Name Description
Options

Gets or sets the Options.

ShareUri

A Uri referencing the share that includes the name of the account and the name of the share.

Methods

Name Description
BindCore(IConfigurationSection)

Binds configuration values from the given section.

Applies to