Which three methods should you use to develop the solution?

DRAG DROP

You have an application that uses Azure Blob storage.

You need to update the metadata of the blobs.

Which three methods should you use to develop the solution? To answer, move the appropriate methods from the list of methods to the answer area and arrange them in the correct order.

Answer:

Explanation:

Metadata.Add example:

// Add metadata to the dictionary by calling the Add method metadata.Add("docType", "textDocuments");

SetMetadataAsync example:

// Set the blob’s metadata.

await blob.SetMetadataAsync(metadata);

// Set the blob’s properties. await blob.SetPropertiesAsync();

Latest AZ-204 Dumps Valid Version with 254 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments