简体   繁体   English

导出Azure政策豁免下的所有数据

[英]Export all data under Azure policy exemptions

As captioned, how can I export the whole view under Azure policy exemptions?如题,如何导出Azure政策豁免下的全图? Is there cli, powershell, or resource graph explorer that can achieve this?是否有 cli、powershell 或 resource graph explorer 可以实现这一点?

I am not completely sure what piece of information you would like to retrieve, but there is indeed CLI commands for that.我不完全确定你想要检索哪条信息,但确实有 CLI 命令。

See az policy exemption - basically you can use az policy exemption list or az policy exemption show .请参阅az policy exception - 基本上您可以使用az policy exemption listaz policy exemption show

Or using Powershell - Get-AzPolicyExemption .或者使用 Powershell - Get-AzPolicyExemption

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM