ArmAppComplianceAutomationModelFactory.Category 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 Category.
public static Azure.ResourceManager.AppComplianceAutomation.Models.Category Category (string categoryName = default, Azure.ResourceManager.AppComplianceAutomation.Models.CategoryType? categoryType = default, Azure.ResourceManager.AppComplianceAutomation.Models.CategoryStatus? categoryStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamily> controlFamilies = default);
static member Category : string * Nullable<Azure.ResourceManager.AppComplianceAutomation.Models.CategoryType> * Nullable<Azure.ResourceManager.AppComplianceAutomation.Models.CategoryStatus> * seq<Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamily> -> Azure.ResourceManager.AppComplianceAutomation.Models.Category
Public Shared Function Category (Optional categoryName As String = Nothing, Optional categoryType As Nullable(Of CategoryType) = Nothing, Optional categoryStatus As Nullable(Of CategoryStatus) = Nothing, Optional controlFamilies As IEnumerable(Of ControlFamily) = Nothing) As Category
Parameters
- categoryName
- String
The name of the compliance category. e.g. "Operational Security".
- categoryType
- Nullable<CategoryType>
The category type.
- categoryStatus
- Nullable<CategoryStatus>
Category status.
- controlFamilies
- IEnumerable<ControlFamily>
List of control families.
Returns
A new Category 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