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