Microsoft認定資格 Developer Associate(予想問題) その16
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 44 / 65
まだ名前空間を作成していない場合に CLI で Service Bus 名前空間を作る正しいコマンドはどれですか?
①New-AzureRmServiceBusNamespace -ResourceGroupName building-rg -NamespaceName building-ns -Location eastus
②az servicebus namespace update --resource-group building-rg --name building-ns --location eastus
③az servicebus namespace create --resource-group building-rg --name building-ns --location eastus
④az servicebus create namespace --resource-group building-rg --name building-ns --location eastus
⑤az servicebus create --resource-group building-rg --namespace-name building-ns --location eastus
