IntellectualProtectionLevel Struct

Definition

Protection level associated with the Intellectual Property.

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

Constructors

IntellectualProtectionLevel(String)

Initializes a new instance of IntellectualProtectionLevel.

Properties

All

All means Intellectual Property is fully protected.

None

None means it is not an Intellectual Property.

Methods

Equals(IntellectualProtectionLevel)

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(IntellectualProtectionLevel, IntellectualProtectionLevel)

Determines if two IntellectualProtectionLevel values are the same.

Implicit(String to IntellectualProtectionLevel)

Converts a string to a IntellectualProtectionLevel.

Inequality(IntellectualProtectionLevel, IntellectualProtectionLevel)

Determines if two IntellectualProtectionLevel values are not the same.

Applies to