az datashare invitation
Note
This reference is part of the datashare extension for the Azure CLI (version 2.15.0 or higher). az datashare invitation コマンドを初めて実行すると、拡張機能が自動的にインストールされます。 Learn more about extensions.
コマンド グループ 'datashare' は試験段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
データ共有を使用して招待を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az datashare invitation create |
招待を作成します。 |
Extension | Experimental |
az datashare invitation delete |
共有内の招待を削除します。 |
Extension | Experimental |
az datashare invitation list |
共有内の招待を一覧表示します。 |
Extension | Experimental |
az datashare invitation show |
共有内の招待を取得します。 |
Extension | Experimental |
az datashare invitation create
コマンド グループ 'datashare' は試験段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
招待を作成します。
az datashare invitation create --account-name
--invitation-name --name
--resource-group
--share-name
[--expiration-date]
[--target-active-directory-id]
[--target-email]
[--target-object-id]
例
Invitations_Create
az datashare invitation create --account-name "Account1" --expiration-date "2020-08-26T22:33:24.5785265Z" --target-email "receiver@microsoft.com" --name "Invitation1" --resource-group "SampleResourceGroup" --share-name "Share1"
必須のパラメーター
共有アカウントの名前。
招待の名前。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
招待を送信する共有の名前。
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
招待と共有サブスクリプションの有効期限。
ターゲットの Azure AD ID。メールと組み合わせることはできません。
招待の送信先の電子メール。
招待の送信先となるターゲット ユーザーまたはアプリケーション ID。 TargetActiveDirectoryId に沿って指定する必要があります。 これにより、AD テナント内の特定のユーザーまたはアプリケーションに招待を送信できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az datashare invitation delete
コマンド グループ 'datashare' は試験段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
共有内の招待を削除します。
az datashare invitation delete [--account-name]
[--ids]
[--invitation-name --name]
[--resource-group]
[--share-name]
[--subscription]
[--yes]
例
Invitations_Delete
az datashare invitation delete --account-name "Account1" --name "Invitation1" --resource-group "SampleResourceGroup" --share-name "Share1"
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
共有アカウントの名前。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
招待の名前。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
共有の名前。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
確認を求めないでください。
プロパティ | 値 |
---|---|
規定値: | False |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az datashare invitation list
コマンド グループ 'datashare' は試験段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
共有内の招待を一覧表示します。
az datashare invitation list --account-name
--resource-group
--share-name
[--filter]
[--orderby]
[--skip-token]
例
Invitations_ListByShare
az datashare invitation list --account-name "Account1" --resource-group "SampleResourceGroup" --share-name "Share1"
必須のパラメーター
共有アカウントの名前。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
共有の名前。
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
OData 構文を使用して結果をフィルター処理します。
OData 構文を使用して結果を並べ替えます。
継続トークン。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az datashare invitation show
コマンド グループ 'datashare' は試験段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
共有内の招待を取得します。
az datashare invitation show [--account-name]
[--ids]
[--invitation-name --name]
[--resource-group]
[--share-name]
[--subscription]
例
Invitations_Get
az datashare invitation show --account-name "Account1" --name "Invitation1" --resource-group "SampleResourceGroup" --share-name "Share1"
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
共有アカウントの名前。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
招待の名前。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
共有の名前。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |