StorageCloudBlobCmdletBase.GetBlobReferenceWrapper 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.
Overloads
GetBlobReferenceWrapper(Func<CloudBlob>, String, String) | |
GetBlobReferenceWrapper(Func<CloudBlob>, String, String) |
GetBlobReferenceWrapper(Func<CloudBlob>, String, String)
protected static Microsoft.Azure.Storage.Blob.CloudBlob GetBlobReferenceWrapper (Func<Microsoft.Azure.Storage.Blob.CloudBlob> getBlobReference, string blobName, string containerName);
static member GetBlobReferenceWrapper : Func<Microsoft.Azure.Storage.Blob.CloudBlob> * string * string -> Microsoft.Azure.Storage.Blob.CloudBlob
Protected Shared Function GetBlobReferenceWrapper (getBlobReference As Func(Of CloudBlob), blobName As String, containerName As String) As CloudBlob
Parameters
- blobName
- String
- containerName
- String
Returns
Applies to
GetBlobReferenceWrapper(Func<CloudBlob>, String, String)
protected static Microsoft.WindowsAzure.Storage.Blob.CloudBlob GetBlobReferenceWrapper (Func<Microsoft.WindowsAzure.Storage.Blob.CloudBlob> getBlobReference, string blobName, string containerName);
static member GetBlobReferenceWrapper : Func<Microsoft.WindowsAzure.Storage.Blob.CloudBlob> * string * string -> Microsoft.WindowsAzure.Storage.Blob.CloudBlob
Protected Shared Function GetBlobReferenceWrapper (getBlobReference As Func(Of CloudBlob), blobName As String, containerName As String) As CloudBlob
Parameters
- blobName
- String
- containerName
- String