DefenderForAISettingState 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.
Defender for AI state on the AI resource.
public readonly struct DefenderForAISettingState : IEquatable<Azure.ResourceManager.CognitiveServices.Models.DefenderForAISettingState>
type DefenderForAISettingState = struct
Public Structure DefenderForAISettingState
Implements IEquatable(Of DefenderForAISettingState)
- Inheritance
-
DefenderForAISettingState
- Implements
Constructors
DefenderForAISettingState(String) |
Initializes a new instance of DefenderForAISettingState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(DefenderForAISettingState) |
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(DefenderForAISettingState, DefenderForAISettingState) |
Determines if two DefenderForAISettingState values are the same. |
Implicit(String to DefenderForAISettingState) |
Converts a String to a DefenderForAISettingState. |
Inequality(DefenderForAISettingState, DefenderForAISettingState) |
Determines if two DefenderForAISettingState values are not the same. |
Applies to
Azure SDK for .NET