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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET