CloudPageBlob Constructor (Uri, Nullable(DateTimeOffset), StorageCredentials) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudPageBlob Constructor (Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri^, Nullable<DateTimeOffset>, StorageCredentials^)(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri, Nullable(Of DateTimeOffset), StorageCredentials)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudPageBlob(
Uri blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials credentials
)C++
public:
CloudPageBlob(
Uri^ blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials^ credentials
)
new :
blobAbsoluteUri:Uri *
snapshotTime:Nullable<DateTimeOffset> *
credentials:StorageCredentials -> CloudPageBlob
Public Sub New (
blobAbsoluteUri As Uri,
snapshotTime As Nullable(Of DateTimeOffset),
credentials As StorageCredentials
)
Parameters
- blobAbsoluteUri
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
The absolute URI to the blob.
- snapshotTime
-
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
Return to top
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
Syntax
public CloudPageBlob(
Uri blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials credentials
)C++
public:
CloudPageBlob(
Uri^ blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials^ credentials
)new :
blobAbsoluteUri:Uri *
snapshotTime:Nullable<DateTimeOffset> *
credentials:StorageCredentials -> CloudPageBlobPublic Sub New ( blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials )
Parameters
- blobAbsoluteUri
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
The absolute URI to the blob.
- snapshotTime
-
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.