你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudPageBlob 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CloudPageBlob(Uri) |
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。 |
CloudPageBlob(Uri, StorageCredentials) |
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。 |
CloudPageBlob(Uri, CloudBlobClient) |
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。 |
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials) |
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。 |
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient) |
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。 |
CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials) |
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。 |
CloudPageBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient) |
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。 |
CloudPageBlob(Uri)
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。
public CloudPageBlob(Uri blobAbsoluteUri);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri)
参数
- blobAbsoluteUri
- Uri
Blob 的绝对 URI。
适用于
CloudPageBlob(Uri, StorageCredentials)
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。
public CloudPageBlob(Uri blobAbsoluteUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, credentials As StorageCredentials)
参数
- blobAbsoluteUri
- Uri
Blob 的绝对 URI。
- credentials
- StorageCredentials
适用于
CloudPageBlob(Uri, CloudBlobClient)
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。
public CloudPageBlob(Uri blobAbsoluteUri, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, client As CloudBlobClient)
参数
- blobAbsoluteUri
- Uri
Blob 的绝对 URI。
- client
- CloudBlobClient
CloudBlobClient 对象。
适用于
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。
public CloudPageBlob(Microsoft.Azure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Microsoft.Azure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)
参数
- blobAbsoluteUri
- StorageUri
Blob 的绝对 URI。 服务假定这是主要位置中 Blob 的 URI。
- snapshotTime
- Nullable<DateTimeOffset>
用于指定快照时间戳的 DateTimeOffset(如果 Blob 是快照)。
- credentials
- StorageCredentials
适用于
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient)
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。
public CloudPageBlob(Microsoft.Azure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Microsoft.Azure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)
参数
- blobAbsoluteUri
- StorageUri
Blob 的绝对 URI。 服务假定这是主要位置中 Blob 的 URI。
- snapshotTime
- Nullable<DateTimeOffset>
用于指定快照时间戳的 DateTimeOffset(如果 Blob 是快照)。
- client
- CloudBlobClient
CloudBlobClient 对象。
适用于
CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。
public CloudPageBlob(Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)
参数
- blobAbsoluteUri
- Uri
Blob 的绝对 URI。
- snapshotTime
- Nullable<DateTimeOffset>
用于指定快照时间戳的 DateTimeOffset(如果 Blob 是快照)。
- credentials
- StorageCredentials
适用于
CloudPageBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient)
使用指向 Blob 的绝对 URI 初始化 CloudPageBlob 类的新实例。
public CloudPageBlob(Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)
参数
- blobAbsoluteUri
- Uri
Blob 的绝对 URI。
- snapshotTime
- Nullable<DateTimeOffset>
用于指定快照时间戳的 DateTimeOffset(如果 Blob 是快照)。
- client
- CloudBlobClient
CloudBlobClient 对象。