CopyPollerBlobClient type
Definierar åtgärderna från en <xref:BlobClient> som behövs för att polleraren som returneras av <xref:BlobClient.beginCopyFromURL> ska fungera.
type CopyPollerBlobClient = Pick<BlobClient> & { startCopyFromURL(copySource: string, options?: BlobStartCopyFromURLOptions) => Promise<BlobBeginCopyFromURLResponse> }