CloudBlobDirectory.GetPageBlobReference メソッド

定義

オーバーロード

GetPageBlobReference(String, Nullable<DateTimeOffset>)

この仮想ディレクトリ内のページ BLOB への参照を返します。

GetPageBlobReference(String)

この仮想ディレクトリ内のページ BLOB への参照を取得します。

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>

BLOB がスナップショットの場合は、スナップショットのタイムスタンプを指定する DateTimeOffset です。

戻り値

CloudPageBlob オブジェクト。

適用対象

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 オブジェクト。

適用対象