CloudPageBlob.EndStartIncrementalCopy(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Met fin à une opération asynchrone pour démarrer une copie incrémentielle du contenu, des propriétés et des métadonnées d’un autre objet blob dans cet objet blob.
public virtual string EndStartIncrementalCopy (IAsyncResult asyncResult);
abstract member EndStartIncrementalCopy : IAsyncResult -> string
override this.EndStartIncrementalCopy : IAsyncResult -> string
Public Overridable Function EndStartIncrementalCopy (asyncResult As IAsyncResult) As String
Paramètres
- asyncResult
- IAsyncResult
IAsyncResult qui fait référence à l’opération asynchrone en attente.
Retours
Chaîne contenant l’ID de copie associé à l’opération de copie.
Remarques
Cette méthode extrait l'ETag, l'heure de la dernière modification, et une partie de l'état de copie de l'objet blob. Les champs d'ID de copie et d'état de copie sont extraits, et le reste de l'état de copie est effacé.
S’applique à
Azure SDK for .NET