Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az policy metadata
Get policy metadata resources.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az policy metadata list |
List policy metadata resources. |
Core | GA |
| az policy metadata show |
Get a single policy metadata resource. |
Core | GA |
az policy metadata list
List policy metadata resources.
az policy metadata list [--top]
Examples
Get all policy metadata resources.
az policy metadata list
Get policy metadata resources, limit the output to 5 resources.
az policy metadata list --top 5
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
--top
Maximum number of records to return.
az policy metadata show
Get a single policy metadata resource.
az policy metadata show --name
Examples
Get the policy metadata resource with the name 'ACF1000'.
az policy metadata show --name ACF1000
Required Parameters
--name -n
The name of the metadata resource.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
