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