CopyPollerBlobClient type
Definiert die Vorgänge aus einer <xref:BlobClient>, die für den von <xref:BlobClient.beginCopyFromURL> zurückgegebenen Abrufer erforderlich sind.
type CopyPollerBlobClient = Pick<BlobClient> & { startCopyFromURL(copySource: string, options?: BlobStartCopyFromURLOptions) => Promise<BlobBeginCopyFromURLResponse> }