CopyPollerBlobClient type
Definiert die Operationen eines BlobClient , die benötigt werden, damit der von BlobClient.beginCopyFromURL zurückgegebene Poller funktioniert.
type CopyPollerBlobClient = Pick<BlobClient, "abortCopyFromURL" | "getProperties"> & { startCopyFromURL(copySource: string, options?: BlobStartCopyFromURLOptions) => Promise<BlobBeginCopyFromURLResponse> }