az mesh service
Manage Service Fabric Mesh services.
Commands
az mesh service list |
Lists all the service resources. |
az mesh service show |
Get the details of a service. |
az mesh service list
Lists all the service resources.
Gets the information about all services of an application resource. The information include the description and other properties of the Service.
az mesh service list --app-name
--resource-group
Required Parameters
The name of the application.
Name of resource group. You can configure the default group using az configure --defaults group=<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.
Increase logging verbosity. Use --debug for full debug logs.
az mesh service show
Get the details of a service.
az mesh service show --app-name
--name
--resource-group
Required Parameters
The name of the application.
The name of the service.
Name of resource group. You can configure the default group using az configure --defaults group=<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.
Increase logging verbosity. Use --debug for full debug logs.