CloudBlobContainer.GetDirectoryReference Method (String) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Gets a reference to a virtual blob directory beneath this container.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Public Function GetDirectoryReference (
relativeAddress As String
) As CloudBlobDirectory
Parameters
- relativeAddress
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the name of the virtual blob directory.
Return to top
Gets a reference to a virtual blob directory beneath this container.
Syntax
Public Function GetDirectoryReference ( relativeAddress As String ) As CloudBlobDirectory
Parameters
- relativeAddress
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the name of the virtual blob directory.