az eventgrid partner verified-partner
Manage verified partners.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventgrid partner verified-partner list |
List available verified partners. |
Core | GA |
az eventgrid partner verified-partner show |
Get the details of a verified partner. |
Core | GA |
az eventgrid partner verified-partner list
List available verified partners.
az eventgrid partner verified-partner list [--odata-query]
Examples
List all verified partners in the current tenant.
az eventgrid partner verified-partner list
Optional Parameters
The OData query used for filtering the list results. Filtering is currently allowed on the Name property only. The supported operations include: CONTAINS, eq (for equal), ne (for not equal), AND, OR and NOT.
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 eventgrid partner verified-partner show
Get the details of a verified partner.
az eventgrid partner verified-partner show --verified-partner-name
Examples
Show the details of a partner verified partner.
az eventgrid partner verified-partner show --verified-partner-name verifiedpartner1
Required Parameters
Name of the verified partner.
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.