CopyPollerBlobClient type

Definiert die Vorgänge aus einem BlobClient , die benötigt werden, damit der von beginCopyFromURL zurückgegebene Poller funktioniert.

type CopyPollerBlobClient = Pick<BlobClient, "abortCopyFromURL" | "getProperties"> & { startCopyFromURL(copySource: string, options?: BlobStartCopyFromURLOptions) => Promise<BlobBeginCopyFromURLResponse> }