RaiPolicyType Struct
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.
Content Filters policy type.
public readonly struct RaiPolicyType : IEquatable<Azure.ResourceManager.CognitiveServices.Models.RaiPolicyType>
type RaiPolicyType = struct
Public Structure RaiPolicyType
Implements IEquatable(Of RaiPolicyType)
- Inheritance
-
RaiPolicyType
- Implements
Constructors
RaiPolicyType(String) |
Initializes a new instance of RaiPolicyType. |
Properties
SystemManaged |
SystemManaged. |
UserManaged |
UserManaged. |
Methods
Equals(RaiPolicyType) |
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(RaiPolicyType, RaiPolicyType) |
Determines if two RaiPolicyType values are the same. |
Implicit(String to RaiPolicyType) |
Converts a String to a RaiPolicyType. |
Inequality(RaiPolicyType, RaiPolicyType) |
Determines if two RaiPolicyType values are not the same. |