共用方式為


BlobChangeFeedModelFactory.BlobChangeFeedEventUpdatedBlobProperty Method

Definition

Creates a BlobChangeFeedEventUpdatedBlobProperty for mocking.

public static Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange BlobChangeFeedEventUpdatedBlobProperty (string propertyName, string previousValue, string newValue);
static member BlobChangeFeedEventUpdatedBlobProperty : string * string * string -> Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange
Public Shared Function BlobChangeFeedEventUpdatedBlobProperty (propertyName As String, previousValue As String, newValue As String) As BlobPropertyChange

Parameters

propertyName
String
previousValue
String
newValue
String

Returns

Applies to