CloudFile.StartCopyAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten. |
StartCopyAsync(Uri) |
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten. |
StartCopyAsync(Uri, CancellationToken) |
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten. |
StartCopyAsync(CloudFile, CancellationToken) |
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten. |
StartCopyAsync(CloudFile) |
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für das Quellobjekt darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- copyOptions
- FileCopyOptions
Ein FileCopyOptions -Objekt, das die Optionen für das Kopieren darstellt. Wenn null
, werden die Standardoptionen angewendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Quelldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- copyOptions
- FileCopyOptions
Ein FileCopyOptions -Objekt, das die Optionen für das Kopieren darstellt. Wenn null
, werden die Standardoptionen angewendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für das Quellobjekt darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für das Quellobjekt darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- copyOptions
- FileCopyOptions
Ein FileCopyOptions -Objekt, das die Optionen für das Kopieren darstellt. Wenn null
, werden die Standardoptionen angewendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Quelldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Quelldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- copyOptions
- FileCopyOptions
Ein FileCopyOptions -Objekt, das die Optionen für das Kopieren darstellt. Wenn null
, werden die Standardoptionen angewendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(Uri)
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri) As Task(Of String)
Parameter
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Quelldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(Uri, CancellationToken)
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, cancellationToken As CancellationToken) As Task(Of String)
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(CloudFile, CancellationToken)
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, cancellationToken As CancellationToken) As Task(Of String)
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(CloudFile)
Initiiert einen asynchronen Vorgang, um das Kopieren der Inhalte, Eigenschaften und Metadaten einer anderen Datei in diese Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile) As Task(Of String)
Parameter
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, um das Kopieren von Inhalten, Eigenschaften und Metadaten einer anderen Azure-Datei oder eines Blobs in diese Azure-Datei zu starten.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameter
- sourceAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für das Quellobjekt darstellt. Wenn null
, wird keine Bedingung verwendet.
- destAccessCondition
- AccessCondition
Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Zieldatei darstellt. Wenn null
, wird keine Bedingung verwendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ string
, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET