IStorageBlobManagement.GetContainerReference(String) 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.
Get an CloudBlobContainer instance in local
public Microsoft.Azure.Storage.Blob.CloudBlobContainer GetContainerReference (string name);
public Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer GetContainerReference (string name);
abstract member GetContainerReference : string -> Microsoft.Azure.Storage.Blob.CloudBlobContainer
abstract member GetContainerReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer
Public Function GetContainerReference (name As String) As CloudBlobContainer
Parameters
- name
- String
Container name
Returns
A CloudBlobContainer in local memory