CloudBlobClient.GetRootContainerReference 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.
Returns a reference to the root container.
public virtual Microsoft.Azure.Storage.Blob.CloudBlobContainer GetRootContainerReference ();
abstract member GetRootContainerReference : unit -> Microsoft.Azure.Storage.Blob.CloudBlobContainer
override this.GetRootContainerReference : unit -> Microsoft.Azure.Storage.Blob.CloudBlobContainer
Public Overridable Function GetRootContainerReference () As CloudBlobContainer
Returns
A CloudBlobContainer object.
Remarks
Note that the root container must be explicitly created, if it does not already exist, before you can read from it or write to it.
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