Partager via


BlobChangeFeedModelFactory.BlobChangeFeedEventUpdatedBlobTags Méthode

Définition

Crée un BlobChangeFeedEventUpdatedBlobTags pour les moqueries.

public static Azure.Storage.Blobs.ChangeFeed.BlobTagsChange BlobChangeFeedEventUpdatedBlobTags (System.Collections.Generic.Dictionary<string,string> previousTags, System.Collections.Generic.Dictionary<string,string> newTags);
static member BlobChangeFeedEventUpdatedBlobTags : System.Collections.Generic.Dictionary<string, string> * System.Collections.Generic.Dictionary<string, string> -> Azure.Storage.Blobs.ChangeFeed.BlobTagsChange
Public Shared Function BlobChangeFeedEventUpdatedBlobTags (previousTags As Dictionary(Of String, String), newTags As Dictionary(Of String, String)) As BlobTagsChange

Paramètres

previousTags
Dictionary<String,String>

Retours

S’applique à