az mcc ent node
Note
This reference is part of the mcc extension for the Azure CLI (version 2.70.0 or higher). The extension will automatically install the first time you run an az mcc ent node command. Learn more about extensions.
Microsoft Connected Cache for Enterprise cache node CLI commands.
Commands
Name | Description | Type | Status |
---|---|---|---|
az mcc ent node create |
Creates a Microsoft Connected Cache for Enterprise cache node with specified parameters. |
Extension | GA |
az mcc ent node delete |
Deletes a Microsoft Connected Cache for Enterprise cache node. |
Extension | GA |
az mcc ent node get-deployment-details |
Retrieves Microsoft Connected Cache for Enterprise cache node details and keys needed to deploy cache node. |
Extension | GA |
az mcc ent node list |
Retrieves relevant information about all Microsoft Connected Cache for Enterprise cache nodes under the Microsoft Connected Cache for Enterprise resource. |
Extension | GA |
az mcc ent node show |
Retrieves relevant information for a Microsoft Connected Cache for Enterprise cache node. |
Extension | GA |
az mcc ent node update |
Configures a Microsoft Connected Cache for Enterprise cache node with specified configuration parameters. |
Extension | GA |
az mcc ent node wait |
Place the CLI in a waiting state until a condition is met. |
Extension | GA |
az mcc ent node create
Creates a Microsoft Connected Cache for Enterprise cache node with specified parameters.
az mcc ent node create --cache-node-name
--host-os {Eflow, Linux, Windows}
--mcc-resource-name
--resource-group
[--tags]
Examples
Create MCC Enterprise Cache Node
az mcc ent resource create --mcc-resource-name [MccResourceName] --cache-node-name [MccCacheNodeName] --host-os [WindowsOrLinux] --resource-group [MccResourceRgName]
Required Parameters
Name of Microsoft Connected Cache for Enterprise cache node.
Host operating system of the cache node.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Accepted values: | Eflow, Linux, Windows |
Name of Microsoft Connected Cache for Enterprise resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Resource Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az mcc ent node delete
Deletes a Microsoft Connected Cache for Enterprise cache node.
az mcc ent node delete [--cache-node-name]
[--ids]
[--mcc-resource-name]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete MCC Enterprise Cache Node
az mcc ent node delete --mcc-resource-name [MccResourceName] --cache-node-name [MccCacheNodeName] --resource-group [MccResourceRgName]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of Microsoft Connected Cache for Enterprise cache node.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of Microsoft Connected Cache for Enterprise resource.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not prompt for confirmation.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az mcc ent node get-deployment-details
Retrieves Microsoft Connected Cache for Enterprise cache node details and keys needed to deploy cache node.
az mcc ent node get-deployment-details [--cache-node-name]
[--ids]
[--mcc-resource-name]
[--resource-group]
[--subscription]
Examples
Get Deployment Details For MCC Enterprise Cache Node
az mcc ent node get-deployment-details --mcc-resource-name [MccResourceName] --cache-node-name [MccCacheNodeName] --resource-group [MccResourceRgName]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of Microsoft Connected Cache for Enterprise cache node.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of Microsoft Connected Cache for Enterprise resource.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az mcc ent node list
Retrieves relevant information about all Microsoft Connected Cache for Enterprise cache nodes under the Microsoft Connected Cache for Enterprise resource.
az mcc ent node list --mcc-resource-name
--resource-group
[--expand-output {0, 1, f, false, n, no, t, true, y, yes}]
[--max-items]
[--next-token]
Examples
List MCC Enterprise Cache Nodes Attached to a Resource
az mcc ent resource list --resource-group [MccResourceRgName]
Required Parameters
Name of Microsoft Connected Cache for Enterprise resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Use this flag to expand command output and see more details.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
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.
Property | Value |
---|---|
Parameter group: | Pagination Arguments |
Token to specify where to start paginating. This is the token value from a previously truncated response.
Property | Value |
---|---|
Parameter group: | Pagination Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az mcc ent node show
Retrieves relevant information for a Microsoft Connected Cache for Enterprise cache node.
az mcc ent node show [--cache-node-name]
[--expand-output {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--mcc-resource-name]
[--resource-group]
[--subscription]
Examples
Show MCC Enterprise Cache Node
az mcc ent node show --mcc-resource-name [MccResourceName] --cache-node-name [MccCacheNodeName] --resource-group [MccResourceRgName]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of Microsoft Connected Cache for Enterprise cache node.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Use this flag to expand command output and see more details.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of Microsoft Connected Cache for Enterprise resource.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az mcc ent node update
Configures a Microsoft Connected Cache for Enterprise cache node with specified configuration parameters.
az mcc ent node update [--add]
[--auto-update-day]
[--auto-update-ring {Fast, Preview, Slow}]
[--auto-update-time]
[--auto-update-week]
[--cache-drive]
[--cache-node-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--mcc-resource-name]
[--proxy {Disabled, Enabled, None, Required}]
[--proxy-host]
[--proxy-port]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--tags]
Examples
Update MCC Enterprise Cache Node
az mcc ent node update --mcc-resource-name [MccResourceName] --cache-node-name [MccCacheNodeName] --resource-group [MccResourceRgName] --cache-drive "[{physical-path:/var/mcc,size-in-gb:XX}]" --proxy [EnabledOrDisabled] --proxy-host [URLOrIPForProxy] --proxy-port [ProxyPortNumber] --auto-update-day [AutoUpdateDay] --auto-update-time [HH:mm] --auto-update-week [AutoUpdateWeekOfMonth] --auto-update-ring [SlowOrFastUpdateRing]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Day of week (1-7) that cache node will automatically install software update.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Cache node automatic software update periodicity ring.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Accepted values: | Fast, Preview, Slow |
Time of day in 24-hour time (hh:mm) that cache node will automatically install software update.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Week of month that cache node will automatically install software update. Allowed Values: 2-3.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
The physical path and size of cache drive. For Windows cache node physical path should be "/var/mcc". Minimum cache drive size should be 50gb. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Name of Microsoft Connected Cache for Enterprise cache node.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of Microsoft Connected Cache for Enterprise resource.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Enable or disable proxy. Allowed values "Enabled, Disabled". If proxy is enabled, provide proxy host and proxy port.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Accepted values: | Disabled, Enabled, None, Required |
Host proxy address configuration. Ex: xxx.xxx.x.x or http://exampleproxy.com
.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Port number for proxy host.
Property | Value |
---|---|
Parameter group: | Configuration Arguments |
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Property | Value |
---|---|
Parameter group: | Resource Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az mcc ent node wait
Place the CLI in a waiting state until a condition is met.
az mcc ent node wait [--cache-node-name]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--mcc-resource-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of Microsoft Connected Cache for Enterprise cache node.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Wait until created with 'provisioningState' at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Wait until deleted.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the resource exists.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Polling interval in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 30 |
Name of Microsoft Connected Cache for Enterprise resource.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Maximum wait in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 3600 |
Wait until updated with provisioningState at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |