CloudPageBlob Constructors

Definition

Overloads

CloudPageBlob(Uri)
CloudPageBlob(Uri, StorageCredentials)
CloudPageBlob(Uri, CloudBlobClient)
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient)
CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)
CloudPageBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient)

CloudPageBlob(Uri)

public CloudPageBlob (Uri blobAbsoluteUri);
new Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob : Uri -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri)

Parameters

blobAbsoluteUri
Uri

Applies to

CloudPageBlob(Uri, StorageCredentials)

public CloudPageBlob (Uri blobAbsoluteUri, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials);
new Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob : Uri * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, credentials As StorageCredentials)

Parameters

blobAbsoluteUri
Uri
credentials
StorageCredentials

Applies to

CloudPageBlob(Uri, CloudBlobClient)

public CloudPageBlob (Uri blobAbsoluteUri, Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient client);
new Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob : Uri * Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, client As CloudBlobClient)

Parameters

blobAbsoluteUri
Uri

Applies to

CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)

public CloudPageBlob (Microsoft.WindowsAzure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials);
new Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob : Microsoft.WindowsAzure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)

Parameters

blobAbsoluteUri
StorageUri
snapshotTime
Nullable<DateTimeOffset>
credentials
StorageCredentials

Applies to

CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient)

public CloudPageBlob (Microsoft.WindowsAzure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient client);
new Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob : Microsoft.WindowsAzure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)

Parameters

blobAbsoluteUri
StorageUri
snapshotTime
Nullable<DateTimeOffset>

Applies to

CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)

public CloudPageBlob (Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials);
new Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob : Uri * Nullable<DateTimeOffset> * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)

Parameters

blobAbsoluteUri
Uri
snapshotTime
Nullable<DateTimeOffset>
credentials
StorageCredentials

Applies to

CloudPageBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient)

public CloudPageBlob (Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient client);
new Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob : Uri * Nullable<DateTimeOffset> * Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient -> Microsoft.WindowsAzure.Storage.Blob.CloudPageBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)

Parameters

blobAbsoluteUri
Uri
snapshotTime
Nullable<DateTimeOffset>

Applies to