RaiPolicyMode 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.
Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2024-10-01. It is the same as 'Deferred' in previous version.
public readonly struct RaiPolicyMode : IEquatable<Azure.ResourceManager.CognitiveServices.Models.RaiPolicyMode>
type RaiPolicyMode = struct
Public Structure RaiPolicyMode
Implements IEquatable(Of RaiPolicyMode)
- Inheritance
-
RaiPolicyMode
- Implements
Constructors
RaiPolicyMode(String) |
Initializes a new instance of RaiPolicyMode. |
Properties
AsynchronousFilter |
Asynchronous_filter. |
Blocking |
Blocking. |
Default |
Default. |
Deferred |
Deferred. |
Methods
Equals(RaiPolicyMode) |
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(RaiPolicyMode, RaiPolicyMode) |
Determines if two RaiPolicyMode values are the same. |
Implicit(String to RaiPolicyMode) |
Converts a String to a RaiPolicyMode. |
Inequality(RaiPolicyMode, RaiPolicyMode) |
Determines if two RaiPolicyMode values are not the same. |