CloudBlobContainer.GetAppendBlobReference 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
GetAppendBlobReference(String, Nullable<DateTimeOffset>) | |
GetAppendBlobReference(String) |
GetAppendBlobReference(String, Nullable<DateTimeOffset>)
public virtual Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob GetAppendBlobReference (string blobName, DateTimeOffset? snapshotTime);
abstract member GetAppendBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob
override this.GetAppendBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob
Public Overridable Function GetAppendBlobReference (blobName As String, snapshotTime As Nullable(Of DateTimeOffset)) As CloudAppendBlob
Parameters
- blobName
- String
- snapshotTime
- Nullable<DateTimeOffset>
Returns
Applies to
GetAppendBlobReference(String)
public virtual Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob GetAppendBlobReference (string blobName);
abstract member GetAppendBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob
override this.GetAppendBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob
Public Overridable Function GetAppendBlobReference (blobName As String) As CloudAppendBlob
Parameters
- blobName
- String
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET