az eventhubs namespace identity
eventhubs 名前空間 ID を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az eventhubs namespace identity assign |
システムまたはユーザーまたはシステム、ユーザー割り当て ID を名前空間に割り当てます。 |
コア | GA |
az eventhubs namespace identity remove |
名前空間からシステムまたはユーザーまたはシステム、ユーザー割り当て ID を削除します。 |
コア | GA |
az eventhubs namespace identity assign
システムまたはユーザーまたはシステム、ユーザー割り当て ID を名前空間に割り当てます。
az eventhubs namespace identity assign --namespace-name
--resource-group
[--system-assigned {false, true}]
[--user-assigned]
例
システム割り当て ID とユーザー割り当て ID を名前空間に割り当てます。 (--user-assigned の ID ID の一覧を指定します)
az eventhubs namespace identity assign --namespace-name mynamespace -g MyResourceGroup --system-assigned --user-assigned /subscriptions/{subscriptionId}}/resourceGroups/{resourcegroup}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/MSIName /subscriptions/{subscriptionId}}/resourceGroups/{resourcegroup}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/MSIName2
必須のパラメーター
名前空間の名前。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
システム割り当て ID。
ユーザー割り当て ID。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az eventhubs namespace identity remove
名前空間からシステムまたはユーザーまたはシステム、ユーザー割り当て ID を削除します。
az eventhubs namespace identity remove --namespace-name
--resource-group
[--system-assigned {false, true}]
[--user-assigned]
例
名前空間からシステム割り当て ID とユーザー割り当て ID を削除します。 (--user-assigned の ID ID の一覧を指定します)
az eventhubs namespace identity remove --namespace-name mynamespace -g MyResourceGroup --system-assigned --user-assigned /subscriptions/{subscriptionId}}/resourceGroups/{resourcegroup}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/MSIName
必須のパラメーター
名前空間の名前。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
システム割り当て ID。
ユーザー割り当て ID。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI