次の方法で共有


ContentSafetyStatus Struct

Definition

Specifies the status of content safety.

public readonly struct ContentSafetyStatus : IEquatable<Azure.ResourceManager.MachineLearning.Models.ContentSafetyStatus>
type ContentSafetyStatus = struct
Public Structure ContentSafetyStatus
Implements IEquatable(Of ContentSafetyStatus)
Inheritance
ContentSafetyStatus
Implements

Constructors

Name Description
ContentSafetyStatus(String)

Initializes a new instance of ContentSafetyStatus.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(ContentSafetyStatus)

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

Name Description
Equality(ContentSafetyStatus, ContentSafetyStatus)

Determines if two ContentSafetyStatus values are the same.

Implicit(String to ContentSafetyStatus)

Converts a String to a ContentSafetyStatus.

Inequality(ContentSafetyStatus, ContentSafetyStatus)

Determines if two ContentSafetyStatus values are not the same.

Applies to