Partager via


ArmDevTestLabsModelFactory.DevTestLabPolicySetResult Méthode

Définition

Initialise une nouvelle instance de DevTestLabPolicySetResult.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabPolicySetResult DevTestLabPolicySetResult (bool? hasError = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabPolicyViolation> policyViolations = default);
static member DevTestLabPolicySetResult : Nullable<bool> * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabPolicyViolation> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabPolicySetResult
Public Shared Function DevTestLabPolicySetResult (Optional hasError As Nullable(Of Boolean) = Nothing, Optional policyViolations As IEnumerable(Of DevTestLabPolicyViolation) = Nothing) As DevTestLabPolicySetResult

Paramètres

hasError
Nullable<Boolean>

Valeur indiquant si cette évaluation de l’ensemble de stratégies a détecté des violations.

policyViolations
IEnumerable<DevTestLabPolicyViolation>

Liste des violations de stratégie.

Retours

Une nouvelle DevTestLabPolicySetResult instance pour se moquer.

S’applique à