你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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