az eventhubs namespace private-endpoint-connection
Manage eventhubs namespace private endpoint connection.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventhubs namespace private-endpoint-connection approve |
Approve a private endpoint connection request for eventhubs namesapce. |
Core | GA |
az eventhubs namespace private-endpoint-connection create |
Create PrivateEndpointConnections of service namespace. |
Core | GA |
az eventhubs namespace private-endpoint-connection delete |
Delete a private endpoint connection request for eventhubs namespace. |
Core | GA |
az eventhubs namespace private-endpoint-connection list |
List the available PrivateEndpointConnections within a namespace. |
Core | GA |
az eventhubs namespace private-endpoint-connection reject |
Reject a private endpoint connection request for eventhubs namespace. |
Core | GA |
az eventhubs namespace private-endpoint-connection show |
Get a description for the specified Private Endpoint Connection name. |
Core | GA |
az eventhubs namespace private-endpoint-connection update |
Update PrivateEndpointConnections of service namespace. |
Core | GA |
az eventhubs namespace private-endpoint-connection wait |
Place the CLI in a waiting state until a condition is met. |
Core | GA |
az eventhubs namespace private-endpoint-connection approve
Approve a private endpoint connection request for eventhubs namesapce.
az eventhubs namespace private-endpoint-connection approve [--description]
[--id]
[--name]
[--namespace-name]
[--resource-group]
Examples
Approve a private endpoint connection request for eventhubs namespace by ID.
az eventhubs namespace private-endpoint-connection approve --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Eventhub/namesapces/mynamepsace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"
Approve a private endpoint connection request for eventhubs namespace by ID.
id = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az eventhubs namespace private-endpoint-connection approve --id $id
Approve a private endpoint connection request for eventhubs namespace using namespace name and connection name.
az eventhubs namespace private-endpoint-connection approve -g myRg --namespace-name mynamespace --name myconnection
Approve a private endpoint connection request for eventhubs namespace using namespace name and connection name.
name = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az eventhubs namespace private-endpoint-connection approve -g myRg --namespace-name mynamespace --name $name
Optional Parameters
Comments for approve operation.
The ID of the private endpoint connection associated with the EventHubs Namespace. You can get it using az eventhubs namespace show
.
The name of the private endpoint connection associated with the EventHubs Namespace.
The eventhubs namesapce name.
The resource group name of specified eventhubs namespace.
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 eventhubs namespace private-endpoint-connection create
Create PrivateEndpointConnections of service namespace.
az eventhubs namespace private-endpoint-connection create --name
--namespace-name
--resource-group
[--description]
[--provisioning-state {Canceled, Creating, Deleting, Failed, Succeeded, Updating}]
[--status {Approved, Disconnected, Pending, Rejected}]
Required Parameters
The PrivateEndpointConnection name.
The Namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Description of the connection state.
Provisioning state of the Private Endpoint Connection.
Status of the connection.
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 eventhubs namespace private-endpoint-connection delete
Delete a private endpoint connection request for eventhubs namespace.
az eventhubs namespace private-endpoint-connection delete [--description]
[--id]
[--name]
[--namespace-name]
[--resource-group]
[--yes]
Examples
Delete a private endpoint connection request for eventhubs namespace by ID.
az eventhubs namespace private-endpoint-connection delete --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.EventHub/namespaces/mynamespace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"
Delete a private endpoint connection request for eventhubs namespace by ID.
id = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az eventhubs namespace private-endpoint-connection delete --id $id
Delete a private endpoint connection request for eventhubs namespace using account name and connection name.
az eventhubs namespace private-endpoint-connection delete -g myRg --namespace-name mynamespace --name myconnection
Delete a private endpoint connection request for eventhubs namespace using namespace name and connection name.
name = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az eventhubs namespace private-endpoint-connection delete -g myRg --namespace-name mynamespace --name $name
Optional Parameters
Comments for delete operation.
The ID of the private endpoint connection associated with the EventHubs Namespace. You can get it using az eventhubs namespace show
.
The name of the private endpoint connection associated with the EventHubs Namespace.
The eventhubs namesapce name.
The resource group name of specified eventhubs namespace.
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 eventhubs namespace private-endpoint-connection list
List the available PrivateEndpointConnections within a namespace.
az eventhubs namespace private-endpoint-connection list --namespace-name
--resource-group
[--max-items]
[--next-token]
Required Parameters
The Namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
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 eventhubs namespace private-endpoint-connection reject
Reject a private endpoint connection request for eventhubs namespace.
az eventhubs namespace private-endpoint-connection reject [--description]
[--id]
[--name]
[--namespace-name]
[--resource-group]
Examples
Reject a private endpoint connection request for eventhubs namespace by ID.
az eventhubs namespace private-endpoint-connection reject --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.EventHub/namespaces/mynamespace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"
Reject a private endpoint connection request for eventhubs namespace by ID.
id = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az eventhubs namespace private-endpoint-connection reject --id $id
Reject a private endpoint connection request for eventhubs namespace using namespace name and connection name.
az eventhubs namespace private-endpoint-connection reject -g myRg --namespace-name mynamespace --name myconnection
Reject a private endpoint connection request for eventhubs namespace using namespace name and connection name.
name = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az eventhubs namespace private-endpoint-connection reject -g myRg --namespace-name mynamespace --name $name
Optional Parameters
Comments for reject operation.
The ID of the private endpoint connection associated with the EventHubs Namespace. You can get it using az eventhubs namespace show
.
The name of the private endpoint connection associated with the EventHubs Namespace.
The eventhubs namesapce name.
The resource group name of specified eventhubs namespace.
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 eventhubs namespace private-endpoint-connection show
Get a description for the specified Private Endpoint Connection name.
az eventhubs namespace private-endpoint-connection show [--id]
[--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Optional Parameters
The ID of the private endpoint connection associated with the EventHubs Namespace. You can get it using az eventhubs namespace show
.
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.
The PrivateEndpointConnection name.
The Namespace name.
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 eventhubs namespace private-endpoint-connection update
Update PrivateEndpointConnections of service namespace.
az eventhubs namespace private-endpoint-connection update [--add]
[--description]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--name]
[--namespace-name]
[--provisioning-state {Canceled, Creating, Deleting, Failed, Succeeded, Updating}]
[--remove]
[--resource-group]
[--set]
[--status {Approved, Disconnected, Pending, Rejected}]
[--subscription]
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
Description of the connection state.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
The PrivateEndpointConnection name.
The Namespace name.
Provisioning state of the Private Endpoint Connection.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Status of the connection.
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 eventhubs namespace private-endpoint-connection wait
Place the CLI in a waiting state until a condition is met.
az eventhubs namespace private-endpoint-connection wait [--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
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.
Polling interval in seconds.
The PrivateEndpointConnection name.
The Namespace name.
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
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.