ShareClient.GetRootDirectoryClient Method
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.
Create a ShareDirectoryClient object for the root of the share. The new ShareDirectoryClient uses the same request policy pipeline as the ShareClient.
public virtual Azure.Storage.Files.Shares.ShareDirectoryClient GetRootDirectoryClient ();
abstract member GetRootDirectoryClient : unit -> Azure.Storage.Files.Shares.ShareDirectoryClient
override this.GetRootDirectoryClient : unit -> Azure.Storage.Files.Shares.ShareDirectoryClient
Public Overridable Function GetRootDirectoryClient () As ShareDirectoryClient
Returns
A new ShareDirectoryClient instance.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET