az sapmonitor provider-instance
Note
This reference is part of the sap-hana extension for the Azure CLI (version 2.0.46 or higher). The extension will automatically install the first time you run an az sapmonitor provider-instance command. Learn more about extensions.
Manage the provider instance for the SAP Monitor.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sapmonitor provider-instance create |
Create a new provider instance for the SAP Monitor. |
Extension | GA |
az sapmonitor provider-instance delete |
Delete a provider instance from the SAP Monitor. |
Extension | GA |
az sapmonitor provider-instance list |
List provider instances for the SAP Monitor. |
Extension | GA |
az sapmonitor provider-instance show |
Get the details of a provider instance for the SAP Monitor. |
Extension | GA |
az sapmonitor provider-instance create
Create a new provider instance for the SAP Monitor.
az sapmonitor provider-instance create --monitor-name
--provider-instance-name
--provider-instance-properties
--provider-instance-type
--resource-group
[--provider-instance-metadata]
Required Parameters
The name of the SAP monitor.
The name of the provider instance.
The properties of the provider instance (Should be of JSON format).
The type of the provider instance.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The metadata of the provider instance (Should be of JSON format).
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 sapmonitor provider-instance delete
Delete a provider instance from the SAP Monitor.
az sapmonitor provider-instance delete --monitor-name
--provider-instance-name
--resource-group
Required Parameters
The name of the SAP monitor.
The name of the provider instance.
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 sapmonitor provider-instance list
List provider instances for the SAP Monitor.
az sapmonitor provider-instance list --monitor-name
--resource-group
Required Parameters
The name of the SAP monitor.
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 sapmonitor provider-instance show
Get the details of a provider instance for the SAP Monitor.
az sapmonitor provider-instance show --monitor-name
--provider-instance-name
--resource-group
Required Parameters
The name of the SAP monitor.
The name of the provider instance.
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.