CopyPollerBlobClient type

Definisce le operazioni da un BlobClient necessarie affinché il poller restituito da BlobClient.beginCopyFromURL possa funzionare.

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