Microsoft認定資格 Developer Associate(予想問題) その10
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 56 / 65
サーバー側で別の URI から Blob へコピーを開始するコードです。空欄に入るメソッドを選んでください。Uri source = new Uri(sourceUrl); await blob.|method|(source);
①DeleteIfExistsAsync
②AcquireLeaseAsync
③ReleaseLeaseAsync
④StartCopyFromUriAsync
⑤SetHttpHeadersAsync
