CloudBlobContainer.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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET