Câu 5: AZ-202: Microsoft Azure Developer Certification Transition
HOTSPOT -You are reviewing the following code for an Azure Function. The code is called each time an item is added to a queue. The queue item is a JSON string that deserializes into a class named WorkItem. (Line numbers are included for reference only.) For each of the following statements, select Yes if the statement…
Nội dung câu hỏi
HOTSPOT -You are reviewing the following code for an Azure Function. The code is called each time an item is added to a queue. The queue item is a JSON string that deserializes into a class named WorkItem. (Line numbers are included for reference only.) For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. Hot Area:
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
-
A. Explanation -Box 1: Yes -The following code example sets metadata on a container. One value is set using the collection's Add method. public static async Task AddContainerMetadataAsync(CloudBlobContainer container) {// Add some metadata to the container.container.Metadata.Add("docType", "textDocuments");container.Metadata["category"] = "guidance"; Scenario: -Box 2: No -It would not load the metadata -Box 3: Yes — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.