你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudBlobContainer.GetPageBlobReference 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetPageBlobReference(String) |
获取对此容器中的页 Blob 的引用。 |
GetPageBlobReference(String, Nullable<DateTimeOffset>) |
返回对此虚拟目录中的页 Blob 的引用。 |
GetPageBlobReference(String)
获取对此容器中的页 Blob 的引用。
public virtual Microsoft.Azure.Storage.Blob.CloudPageBlob GetPageBlobReference (string blobName);
abstract member GetPageBlobReference : string -> Microsoft.Azure.Storage.Blob.CloudPageBlob
override this.GetPageBlobReference : string -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Overridable Function GetPageBlobReference (blobName As String) As CloudPageBlob
参数
- blobName
- String
一个包含页 Blob 名称的字符串。
返回
CloudPageBlob 对象。
适用于
GetPageBlobReference(String, Nullable<DateTimeOffset>)
返回对此虚拟目录中的页 Blob 的引用。
public virtual Microsoft.Azure.Storage.Blob.CloudPageBlob GetPageBlobReference (string blobName, DateTimeOffset? snapshotTime);
abstract member GetPageBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.Azure.Storage.Blob.CloudPageBlob
override this.GetPageBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Overridable Function GetPageBlobReference (blobName As String, snapshotTime As Nullable(Of DateTimeOffset)) As CloudPageBlob
参数
- blobName
- String
一个包含页 Blob 名称的字符串。
- snapshotTime
- Nullable<DateTimeOffset>
用于指定快照时间戳的 DateTimeOffset(如果 Blob 是快照)。
返回
CloudPageBlob 对象。