Condividi tramite


CopyPollerBlobClient type

Definisce le operazioni da un <xref:BlobClient> oggetto necessario per il poller restituito dal <xref:BlobClient.beginCopyFromURL> lavoro.

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