CategoryType Struct

Definition

Indicates the compliance category type.

public readonly struct CategoryType : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.CategoryType>
type CategoryType = struct
Public Structure CategoryType
Implements IEquatable(Of CategoryType)
Inheritance
CategoryType
Implements

Constructors

CategoryType(String)

Initializes a new instance of CategoryType.

Properties

FullyAutomated

FullyAutomated.

Manual

Manual.

PartiallyAutomated

PartiallyAutomated.

Methods

Equals(CategoryType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CategoryType, CategoryType)

Determines if two CategoryType values are the same.

Implicit(String to CategoryType)

Converts a string to a CategoryType.

Inequality(CategoryType, CategoryType)

Determines if two CategoryType values are not the same.

Applies to