CloudBlockBlob Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CloudBlockBlob(Uri) |
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob. |
CloudBlockBlob(Uri, StorageCredentials) |
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob. |
CloudBlockBlob(Uri, CloudBlobClient) |
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob. |
CloudBlockBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials) |
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob. |
CloudBlockBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient) |
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob. |
CloudBlockBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials) |
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob. |
CloudBlockBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient) |
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob. |
CloudBlockBlob(Uri)
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob.
public CloudBlockBlob (Uri blobAbsoluteUri);
new Microsoft.Azure.Storage.Blob.CloudBlockBlob : Uri -> Microsoft.Azure.Storage.Blob.CloudBlockBlob
Public Sub New (blobAbsoluteUri As Uri)
Parameter
Gilt für:
CloudBlockBlob(Uri, StorageCredentials)
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob.
public CloudBlockBlob (Uri blobAbsoluteUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudBlockBlob : Uri * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudBlockBlob
Public Sub New (blobAbsoluteUri As Uri, credentials As StorageCredentials)
Parameter
- credentials
- StorageCredentials
Ein StorageCredentials-Objekt.
Gilt für:
CloudBlockBlob(Uri, CloudBlobClient)
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob.
public CloudBlockBlob (Uri blobAbsoluteUri, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudBlockBlob : Uri * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudBlockBlob
Public Sub New (blobAbsoluteUri As Uri, client As CloudBlobClient)
Parameter
- client
- CloudBlobClient
Ein CloudBlobClient-Objekt.
Gilt für:
CloudBlockBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob.
public CloudBlockBlob (Microsoft.Azure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudBlockBlob : Microsoft.Azure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudBlockBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)
Parameter
- blobAbsoluteUri
- StorageUri
Ein StorageUri , der den absoluten URI für das Blob sowohl am primären als auch am sekundären Speicherort enthält.
- snapshotTime
- Nullable<DateTimeOffset>
Ein DateTimeOffset, der den Momentaufnahme-Zeitstempel angibt, wenn das Blob eine Momentaufnahme ist.
- credentials
- StorageCredentials
Ein StorageCredentials-Objekt.
Gilt für:
CloudBlockBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient)
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob.
public CloudBlockBlob (Microsoft.Azure.Storage.StorageUri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudBlockBlob : Microsoft.Azure.Storage.StorageUri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudBlockBlob
Public Sub New (blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)
Parameter
- blobAbsoluteUri
- StorageUri
Ein StorageUri , der den absoluten URI für das Blob sowohl am primären als auch am sekundären Speicherort enthält.
- snapshotTime
- Nullable<DateTimeOffset>
Ein DateTimeOffset, der den Momentaufnahme-Zeitstempel angibt, wenn das Blob eine Momentaufnahme ist.
- client
- CloudBlobClient
Ein CloudBlobClient-Objekt.
Gilt für:
CloudBlockBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob.
public CloudBlockBlob (Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.Blob.CloudBlockBlob : Uri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.Blob.CloudBlockBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials)
Parameter
- snapshotTime
- Nullable<DateTimeOffset>
Ein DateTimeOffset, der den Momentaufnahme-Zeitstempel angibt, wenn das Blob eine Momentaufnahme ist.
- credentials
- StorageCredentials
Ein StorageCredentials-Objekt.
Gilt für:
CloudBlockBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient)
Initialisiert eine neue Instanz der CloudBlockBlob-Klasse unter Verwendung eines absoluten URIs zum Blob.
public CloudBlockBlob (Uri blobAbsoluteUri, DateTimeOffset? snapshotTime, Microsoft.Azure.Storage.Blob.CloudBlobClient client);
new Microsoft.Azure.Storage.Blob.CloudBlockBlob : Uri * Nullable<DateTimeOffset> * Microsoft.Azure.Storage.Blob.CloudBlobClient -> Microsoft.Azure.Storage.Blob.CloudBlockBlob
Public Sub New (blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), client As CloudBlobClient)
Parameter
- snapshotTime
- Nullable<DateTimeOffset>
Ein DateTimeOffset, der den Momentaufnahme-Zeitstempel angibt, wenn das Blob eine Momentaufnahme ist.
- client
- CloudBlobClient
Ein CloudBlobClient-Objekt.
Gilt für:
Azure SDK for .NET