CopyPollerBlobClient type
Definisce le operazioni da un BlobClient necessarie per il poller restituito da beginCopyFromURL per il funzionamento.
type CopyPollerBlobClient = Pick<BlobClient, "abortCopyFromURL" | "getProperties"> & { startCopyFromURL(copySource: string, options?: BlobStartCopyFromURLOptions) => Promise<BlobBeginCopyFromURLResponse> }