Microsoft認定資格 Developer Associate(予想問題) その12
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 51 / 65
アプリケーションにキューへの送信と受信の権限を持つ共有アクセスキーを発行したい。名前空間スコープで Send と Listen の権限を与えるにはどのコマンドを実行すべきか。
①New-AzureRmServiceBusQueue -ResourceGroupName rg -NamespaceName ns -Name appq -EnablePartitioning $False
②New-AzureRmRoleAssignment -ObjectId -RoleDefinitionName "Contributor" -Scope /subscriptions/...
③New-AzureRmServiceBusRule -ResourceGroupName rg -NamespaceName ns -TopicName t -SubscriptionName s -Name r -Filter "1=1"
④New-AzureRmServiceBusNamespaceAuthorizationRule -ResourceGroupName rg -NamespaceName ns -Name app-rule -Rights @('Send','Listen')
⑤Set-AzureRmServiceBusQueue -ResourceGroupName rg -NamespaceName ns -Name appq -MaxDeliveryCount 5
