az vmss nic
Manage network interfaces of a VMSS.
Commands
az vmss nic list |
Gets all network interfaces in a virtual machine scale set. |
az vmss nic list-vm-nics |
Gets information about all network interfaces in a virtual machine in a virtual machine scale set. |
az vmss nic show |
Get the specified network interface in a virtual machine scale set. |
az vmss nic list
Gets all network interfaces in a virtual machine scale set.
az vmss nic list --resource-group
--vmss-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Scale set name. You can configure the default using az configure --defaults vmss=<name>
.
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 vmss nic list-vm-nics
Gets information about all network interfaces in a virtual machine in a virtual machine scale set.
az vmss nic list-vm-nics [--ids]
[--instance-id]
[--resource-group]
[--subscription]
[--vmss-name]
Optional Parameters
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 virtual machine index.
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
.
Scale set name.
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 vmss nic show
Get the specified network interface in a virtual machine scale set.
az vmss nic show [--expand]
[--ids]
[--instance-id]
[--name]
[--resource-group]
[--subscription]
[--vmss-name]
Optional Parameters
Expands referenced resources. Default value is None.
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 virtual machine index.
The network interface (NIC).
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
.
Scale set name.
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