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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET