az eventgrid partner destination
Manage partner destinations.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventgrid partner destination activate |
Activate a partner destination. |
Core | GA |
az eventgrid partner destination create |
Create a partner destination. |
Core | GA |
az eventgrid partner destination delete |
Delete a partner destination. |
Core | GA |
az eventgrid partner destination list |
List available partner destinations. |
Core | GA |
az eventgrid partner destination show |
Get the details of a partner destination. |
Core | GA |
az eventgrid partner destination update |
Update the details of a partner destination. |
Core | GA |
az eventgrid partner destination activate
Activate a partner destination.
az eventgrid partner destination activate [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Activate a partner destination.
az eventgrid partner destination activate -g rg1 -n destination1
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner destination.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 destination create
Create a partner destination.
az eventgrid partner destination create --location
--name
--resource-group
[--act-exp-date]
[--ed-serv-cont]
[--endpoint-base-url]
[--message-for-activation]
[--partner-registration-immutable-id]
[--tags]
Examples
Create a partner destination.
az eventgrid partner destination create --location westus2 -g rg1 -n destination1
Create a partner destination with an activation message and expiration time.
az eventgrid partner destination create --location westus2 -g rg1 -n destination1 \
--activation-expiration-date 2022-06-14T05:37:51.272Z \
--message-for-activation "This is an activation message"
Required Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name of the partner destination.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Date or datetime in UTC ISO 8601 format (e.g., '2022-02-17T01:59:59+00:00' or '2022-02-17') which is the expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted.
Endpoint context associated with this partner destination.
Endpoint Base URL of the partner destination.
Context or helpful message that can be used during the approval process.
The immutable ID of the corresponding partner registration.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 destination delete
Delete a partner destination.
az eventgrid partner destination delete [--ids]
[--name]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete a partner destination.
az eventgrid partner destination delete -g rg1 -n destination1
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner destination.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
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 destination list
List available partner destinations.
az eventgrid partner destination list [--odata-query]
[--resource-group]
Examples
List all partner destinations in the current Azure subscription.
az eventgrid partner destination list
List all partner destinations in the current Azure subscription whose name contains the pattern "XYZ"
az eventgrid partner destination list --odata-query "Contains(name, 'XYZ')"
List all partner destinations in the current Azure subscription except the partner destination with name "name1"
az eventgrid partner destination list --odata-query "NOT (name eq 'name1')"
List all partner destinations in a resource group.
az eventgrid partner destination list -g rg1
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.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 destination show
Get the details of a partner destination.
az eventgrid partner destination show [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show the details of a partner destination.
az eventgrid partner destination show -g rg1 -n destinationname1
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner destination.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 destination update
Update the details of a partner destination.
az eventgrid partner destination update [--ids]
[--name]
[--resource-group]
[--subscription]
[--tags]
Examples
Update the tags of a partner destination.
az eventgrid partner destination update -g rg1 -n destinationname1 --tags Dept=IT
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner destination.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.
Azure CLI