Share via


ContentSafetyStatus Struct

Definition

Specifies the status of content safety.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContentSafetyStatusTypeConverter))]
public struct ContentSafetyStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContentSafetyStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContentSafetyStatusTypeConverter))>]
type ContentSafetyStatus = struct
    interface IArgumentCompleter
Public Structure ContentSafetyStatus
Implements IArgumentCompleter, IEquatable(Of ContentSafetyStatus)
Inheritance
ContentSafetyStatus
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ContentSafetyStatus)

Compares values of enum type ContentSafetyStatus

Equals(Object)

Compares values of enum type ContentSafetyStatus (override for Object)

GetHashCode()

Returns hashCode for enum ContentSafetyStatus

ToString()

Returns string representation for ContentSafetyStatus

Operators

Equality(ContentSafetyStatus, ContentSafetyStatus)

Overriding == operator for enum ContentSafetyStatus

Implicit(ContentSafetyStatus to String)

Implicit operator to convert ContentSafetyStatus to string

Implicit(String to ContentSafetyStatus)

Implicit operator to convert string to ContentSafetyStatus

Inequality(ContentSafetyStatus, ContentSafetyStatus)

Overriding != operator for enum ContentSafetyStatus

Applies to