CloudPageBlob Constructors
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
CloudPageBlob(Uri) |
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |
CloudPageBlob(Uri, StorageCredentials) |
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |
CloudPageBlob(Uri, CloudBlobClient) |
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials) |
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient) |
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |
CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials) |
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |
CloudPageBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient) |
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |
CloudPageBlob(Uri)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
public CloudPageBlob (Uri blobAbsoluteUri);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri)
Parameters
- blobAbsoluteUri
- Uri
The absolute URI to the blob.
Applies to
CloudPageBlob(Uri, StorageCredentials)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
public CloudPageBlob (Uri blobAbsoluteUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, credentials As StorageCredentials)
Parameters
- blobAbsoluteUri
- Uri
The absolute URI to the blob.
- credentials
- StorageCredentials
A StorageCredentials object.
Applies to
CloudPageBlob(Uri, CloudBlobClient)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
public CloudPageBlob (Uri blobAbsoluteUri, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, client As CloudBlobClient)
Parameters
- blobAbsoluteUri
- Uri
The absolute URI to the blob.
- client
- CloudBlobClient
A CloudBlobClient object.
Applies to
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
public CloudPageBlob (Microsoft.Azure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Microsoft.Azure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)
Parameters
- blobAbsoluteUri
- StorageUri
The absolute URI to the blob. The service assumes this is the URI for the blob in the primary location.
- snapshotTime
- Nullable<DateTimeOffset>
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
- credentials
- StorageCredentials
A StorageCredentials object.
Applies to
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
public CloudPageBlob (Microsoft.Azure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Microsoft.Azure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)
Parameters
- blobAbsoluteUri
- StorageUri
The absolute URI to the blob. The service assumes this is the URI for the blob in the primary location.
- snapshotTime
- Nullable<DateTimeOffset>
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
- client
- CloudBlobClient
A CloudBlobClient object.
Applies to
CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
public CloudPageBlob (Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)
Parameters
- blobAbsoluteUri
- Uri
The absolute URI to the blob.
- snapshotTime
- Nullable<DateTimeOffset>
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
- credentials
- StorageCredentials
A StorageCredentials object.
Applies to
CloudPageBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient)
Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
public CloudPageBlob (Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudPageBlob : Uri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)
Parameters
- blobAbsoluteUri
- Uri
The absolute URI to the blob.
- snapshotTime
- Nullable<DateTimeOffset>
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
- client
- CloudBlobClient
A CloudBlobClient object.
Applies to
Azure SDK for .NET