az apim nv
Manage Azure API Management Named Values.
Name | Description | Type | Status |
---|---|---|---|
az apim nv create |
Create an API Management Named Value. |
Core | GA |
az apim nv delete |
Delete an API Management Named Value. |
Core | GA |
az apim nv list |
List API Management Named Values. |
Core | GA |
az apim nv show |
Show details of an API Management Named Value. |
Core | GA |
az apim nv show-secret |
Gets the secret of an API Management Named Value. |
Core | GA |
az apim nv update |
Update an API Management Named Value. |
Core | GA |
az apim nv wait |
Place the CLI in a waiting state until a condition of an apim named value is met. |
Core | GA |
Create an API Management Named Value.
az apim nv create --display-name
--named-value-id
--resource-group
--service-name
[--if-match]
[--no-wait]
[--secret {false, true}]
[--tags]
[--value]
Create a Named Value.
az apim nv create --service-name MyApim -g MyResourceGroup --named-value-id MyNamedValue --display-name 'My Named Value' --value 'foo'
The Display name of the Named Value.
Unique name for the Named Value to be created.
Must be unique in the current API Management service instance.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the API Management service instance.
ETag of the Entity.
Do not wait for the long-running operation to finish.
Determines whether the value is a secret and should be encrypted or not. Default value is false.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The value of the Named Value.
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.
Delete an API Management Named Value.
az apim nv delete --named-value-id
--resource-group
--service-name
[--yes]
Identifier of the NamedValue.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the API Management service instance.
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.
List API Management Named Values.
az apim nv list --resource-group
--service-name
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the API Management service instance.
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.
Show details of an API Management Named Value.
az apim nv show --named-value-id
--resource-group
--service-name
Identifier of the NamedValue.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the API Management service instance.
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.
Gets the secret of an API Management Named Value.
az apim nv show-secret --named-value-id
--resource-group
--service-name
Identifier of the NamedValue.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the API Management service instance.
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.
Update an API Management Named Value.
az apim nv update --named-value-id
--resource-group
--service-name
[--add]
[--force-string]
[--if-match]
[--remove]
[--secret {false, true}]
[--set]
[--tags]
[--value]
Create a basic API.
az apim nv update --service-name MyApim -g MyResourceGroup --named-value-id MyNamedValue --value foo
Unique name of the api to be created.
Must be unique in the current API Management service instance.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the API Management service instance.
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>
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
ETag of the Entity.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Determines whether the value is a secret and should be encrypted or not. Default value is false.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The value of the Named Value.
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.
Place the CLI in a waiting state until a condition of an apim named value is met.
az apim nv wait --named-value-id
--resource-group
--service-name
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Place the CLI in a waiting state until a condition of a apim api is met.
az apim nv wait --created --service-name MyApim -g MyResourceGroup --named-value-id MyNamedValue --resource-group MyResourceGroup
Identifier of the NamedValue.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the API Management service instance.
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.
Polling interval in seconds.
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.
คำติชม Azure CLI
Azure CLI เป็นโครงการโอเพนซอร์ส เลือกลิงก์เพื่อให้คำติชม: