IntellectualProtectionLevel Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Nível de proteção associado à Propriedade Intelectual.
public readonly struct IntellectualProtectionLevel : IEquatable<Azure.ResourceManager.MachineLearning.Models.IntellectualProtectionLevel>
type IntellectualProtectionLevel = struct
Public Structure IntellectualProtectionLevel
Implements IEquatable(Of IntellectualProtectionLevel)
- Herança
-
IntellectualProtectionLevel
- Implementações
Construtores
IntellectualProtectionLevel(String) |
Inicializa uma nova instância de IntellectualProtectionLevel. |
Propriedades
All |
Tudo significa que a Propriedade Intelectual está totalmente protegida. |
None |
Nenhum significa que não é uma Propriedade Intelectual. |
Métodos
Equals(IntellectualProtectionLevel) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(IntellectualProtectionLevel, IntellectualProtectionLevel) |
Determina se dois IntellectualProtectionLevel valores são os mesmos. |
Implicit(String to IntellectualProtectionLevel) |
Converte uma cadeia de caracteres em um IntellectualProtectionLevel. |
Inequality(IntellectualProtectionLevel, IntellectualProtectionLevel) |
Determina se dois IntellectualProtectionLevel valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET