IntellectualProtectionLevel Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET