Freigeben über


CloudJobExtensions.OutputStorage(CloudJob, BlobServiceClient) Methode

Definition

Ruft für JobOutputStorage einen angegebenen CloudJobab.

public static Microsoft.Azure.Batch.Conventions.Files.JobOutputStorage OutputStorage (this Microsoft.Azure.Batch.CloudJob job, Azure.Storage.Blobs.BlobServiceClient blobClient);
static member OutputStorage : Microsoft.Azure.Batch.CloudJob * Azure.Storage.Blobs.BlobServiceClient -> Microsoft.Azure.Batch.Conventions.Files.JobOutputStorage
<Extension()>
Public Function OutputStorage (job As CloudJob, blobClient As BlobServiceClient) As JobOutputStorage

Parameter

job
CloudJob

Der Auftrag, für den Ausgabespeicher abgerufen werden soll.

blobClient
BlobServiceClient

Der mit dem Azure Batch Speicherkonto verknüpfte Blobdienstclient.

Gibt zurück

Ein JobOutputStorage für den angegebenen Auftrag.

Gilt für: