Microsoft認定資格 Developer Associate(予想問題) その2
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 5 / 65
コンテナ作成時にオートスケール(RU/s)を有効にするための正しい .NET SDK の手順はどれですか。
①database.DefineAutoscale(4000)
②ThroughputProperties.CreateContinuous(4000)
③new AutoscaleThroughput(4000) を作成して CreateContainerAsync に渡す
④client.EnableAutoscale(4000)
⑤var tp = ThroughputProperties.CreateAutoscaleThroughput(4000); await database.CreateContainerIfNotExistsAsync(id, path, tp)
