az monitor private-link-scope private-endpoint-connection
Manage private endpoint connection of a private link scope resource.
Commands
az monitor private-link-scope private-endpoint-connection approve |
Approve a private endpoint connection of a private link scope resource. |
az monitor private-link-scope private-endpoint-connection delete |
Delete a private endpoint connection of a private link scope resource. |
az monitor private-link-scope private-endpoint-connection list |
List all private endpoint connections of a private link scope resource. |
az monitor private-link-scope private-endpoint-connection reject |
Reject a private endpoint connection of a private link scope resource. |
az monitor private-link-scope private-endpoint-connection show |
Show a private endpoint connection of a private link scope resource. |
az monitor private-link-scope private-endpoint-connection approve
Approve a private endpoint connection of a private link scope resource.
az monitor private-link-scope private-endpoint-connection approve [--description]
[--id]
[--name]
[--resource-group]
[--scope-name]
Examples
Approve a private endpoint connection of a private link scope resource. (autogenerated)
az monitor private-link-scope private-endpoint-connection approve --name MyPrivateEndpointConnection --resource-group MyResourceGroup --scope-name MyScope
Optional Parameters
Comments for approve operation.
The ID of the private endpoint connection associated with the private link scope. You can get it using az monitor private-link-scope show
.
Name of the private endpoint connection.
The resource group name of specified private link scope.
Name of the Azure Monitor Private Link Scope.
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 monitor private-link-scope private-endpoint-connection delete
Delete a private endpoint connection of a private link scope resource.
az monitor private-link-scope private-endpoint-connection delete [--id]
[--name]
[--resource-group]
[--scope-name]
[--yes]
Optional Parameters
The ID of the private endpoint connection associated with the private link scope. You can get it using az monitor private-link-scope show
.
The name of the private endpoint connection associated with the private link scope.
The resource group name of specified private link scope.
Name of the Azure Monitor Private Link Scope.
Do not prompt for confirmation.
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 monitor private-link-scope private-endpoint-connection list
List all private endpoint connections of a private link scope resource.
az monitor private-link-scope private-endpoint-connection list --resource-group
--scope-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure Monitor Private Link Scope.
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 monitor private-link-scope private-endpoint-connection reject
Reject a private endpoint connection of a private link scope resource.
az monitor private-link-scope private-endpoint-connection reject [--description]
[--id]
[--name]
[--resource-group]
[--scope-name]
Examples
Reject a private endpoint connection of a private link scope resource. (autogenerated)
az monitor private-link-scope private-endpoint-connection reject --name MyPrivateEndpointConnection --resource-group MyResourceGroup --scope-name MyScope
Optional Parameters
Comments for reject operation.
The ID of the private endpoint connection associated with the private link scope. You can get it using az monitor private-link-scope show
.
Name of the private endpoint connection.
The resource group name of specified private link scope.
Name of the Azure Monitor Private Link Scope.
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 monitor private-link-scope private-endpoint-connection show
Show a private endpoint connection of a private link scope resource.
az monitor private-link-scope private-endpoint-connection show [--id]
[--name]
[--resource-group]
[--scope-name]
Optional Parameters
The ID of the private endpoint connection associated with the private link scope. You can get it using az monitor private-link-scope show
.
Name of the private endpoint connection.
The resource group name of specified private link scope.
Name of the Azure Monitor Private Link Scope.
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.
Feedback
Submit and view feedback for