Compartir a través de


IntellectualProtectionLevel Estructura

Definición

Nivel de protección asociado a la Propiedad Intelectual.

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

Constructores

IntellectualProtectionLevel(String)

Inicializa una nueva instancia de la clase IntellectualProtectionLevel.

Propiedades

All

Todo significa que la propiedad intelectual está totalmente protegida.

None

Ninguna significa que no es propiedad intelectual.

Métodos

Equals(IntellectualProtectionLevel)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(IntellectualProtectionLevel, IntellectualProtectionLevel)

Determina si dos IntellectualProtectionLevel valores son iguales.

Implicit(String to IntellectualProtectionLevel)

Convierte una cadena en un IntellectualProtectionLevel.

Inequality(IntellectualProtectionLevel, IntellectualProtectionLevel)

Determina si dos IntellectualProtectionLevel valores no son los mismos.

Se aplica a