你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmPolicyInsightsModelFactory.IfNotExistsEvaluationDetails 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 IfNotExistsEvaluationDetails 的新实例。
public static Azure.ResourceManager.PolicyInsights.Models.IfNotExistsEvaluationDetails IfNotExistsEvaluationDetails (Azure.Core.ResourceIdentifier resourceId = default, int? totalResources = default);
static member IfNotExistsEvaluationDetails : Azure.Core.ResourceIdentifier * Nullable<int> -> Azure.ResourceManager.PolicyInsights.Models.IfNotExistsEvaluationDetails
Public Shared Function IfNotExistsEvaluationDetails (Optional resourceId As ResourceIdentifier = Nothing, Optional totalResources As Nullable(Of Integer) = Nothing) As IfNotExistsEvaluationDetails
参数
- resourceId
- ResourceIdentifier
IfNotExists 效果的上次评估资源的 ID。
返回
用于模拟的新 IfNotExistsEvaluationDetails 实例。