CloudBlobDirectory.GetPageBlobReference 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
GetPageBlobReference(String, Nullable<DateTimeOffset>) | |
GetPageBlobReference(String) |
GetPageBlobReference(String, Nullable<DateTimeOffset>)
public virtual Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob GetPageBlobReference (string blobName, DateTimeOffset? snapshotTime);
abstract member GetPageBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
override this.GetPageBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Overridable Function GetPageBlobReference (blobName As String, snapshotTime As Nullable(Of DateTimeOffset)) As CloudPageBlob
Parameters
- blobName
- String
- snapshotTime
- Nullable<DateTimeOffset>
Returns
Applies to
GetPageBlobReference(String)
public virtual Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob GetPageBlobReference (string blobName);
abstract member GetPageBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
override this.GetPageBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Overridable Function GetPageBlobReference (blobName As String) As CloudPageBlob
Parameters
- blobName
- String
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET