Freigeben über


BlobBatch Konstruktoren

Definition

Überlädt

BlobBatch()

Erstellt eine neue instance von für die BlobBatch Simulation.

BlobBatch(BlobBatchClient)

Erstellt eine neue Instanz der BlobBatch-Klasse.

BlobBatch()

Quelle:
BlobBatch.cs
Quelle:
BlobBatch.cs

Erstellt eine neue instance von für die BlobBatch Simulation.

protected BlobBatch ();
Protected Sub New ()

Gilt für:

BlobBatch(BlobBatchClient)

Quelle:
BlobBatch.cs
Quelle:
BlobBatch.cs

Erstellt eine neue Instanz der BlobBatch-Klasse.

public BlobBatch (Azure.Storage.Blobs.Specialized.BlobBatchClient client);
new Azure.Storage.Blobs.Specialized.BlobBatch : Azure.Storage.Blobs.Specialized.BlobBatchClient -> Azure.Storage.Blobs.Specialized.BlobBatch
Public Sub New (client As BlobBatchClient)

Parameter

client
BlobBatchClient

Die BlobBatchClient diesem Batch zugeordnete.

Gilt für: