Bagikan melalui


ArmPolicyInsightsModelFactory.IfNotExistsEvaluationDetails Method

Definition

Initializes a new instance of 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

Parameters

resourceId
ResourceIdentifier

ID of the last evaluated resource for IfNotExists effect.

totalResources
Nullable<Int32>

Total number of resources to which the existence condition is applicable.

Returns

A new IfNotExistsEvaluationDetails instance for mocking.

Applies to