az datashare consumer-invitation
Note
This reference is part of the datashare extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az datashare consumer-invitation command. Learn more about extensions.
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage consumer invitation with datashare.
Commands
Name | Description | Type | Status |
---|---|---|---|
az datashare consumer-invitation list-invitation |
Lists invitations. |
Extension | Experimental |
az datashare consumer-invitation reject-invitation |
Reject an invitation. |
Extension | Experimental |
az datashare consumer-invitation show |
Get an invitation. |
Extension | Experimental |
az datashare consumer-invitation list-invitation
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Lists invitations.
az datashare consumer-invitation list-invitation [--skip-token]
Examples
ConsumerInvitations_ListInvitations
az datashare consumer-invitation list-invitation
Optional Parameters
The continuation token.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datashare consumer-invitation reject-invitation
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Reject an invitation.
az datashare consumer-invitation reject-invitation --invitation-id
--location
Examples
ConsumerInvitations_RejectInvitation
az datashare consumer-invitation reject-invitation --invitation-id "dfbbc788-19eb-4607-a5a1-c74181bfff03" --location "East US 2"
Required Parameters
Unique id of the invitation.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datashare consumer-invitation show
Command group 'datashare' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get an invitation.
az datashare consumer-invitation show --invitation-id
--location
Examples
ConsumerInvitations_Get
az datashare consumer-invitation show --invitation-id "dfbbc788-19eb-4607-a5a1-c74181bfff03" --location "East US 2"
Required Parameters
An invitation id.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.