RaiPolicyProperties.Mode Property
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 Azure.ResourceManager.CognitiveServices.Models.RaiPolicyMode? Mode { get; set; }
member this.Mode : Nullable<Azure.ResourceManager.CognitiveServices.Models.RaiPolicyMode> with get, set
Public Property Mode As Nullable(Of RaiPolicyMode)