ArmAppComplianceAutomationModelFactory.ScopingQuestions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ScopingQuestions.
public static Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestions ScopingQuestions (System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestion> questions = default);
static member ScopingQuestions : seq<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestion> -> Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestions
Public Shared Function ScopingQuestions (Optional questions As IEnumerable(Of ScopingQuestion) = Nothing) As ScopingQuestions
Parameters
- questions
- IEnumerable<ScopingQuestion>
List of scoping questions.
Returns
A new ScopingQuestions instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET