SensitivityLabelInner Construtores
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.
Sobrecargas
SensitivityLabelInner() |
Inicializa uma nova instância da classe SensitivityLabelInner. |
SensitivityLabelInner(String, String, String, String, String, String, String, Nullable<Boolean>) |
Inicializa uma nova instância da classe SensitivityLabelInner. |
SensitivityLabelInner()
Inicializa uma nova instância da classe SensitivityLabelInner.
public SensitivityLabelInner ();
Public Sub New ()
Aplica-se a
SensitivityLabelInner(String, String, String, String, String, String, String, Nullable<Boolean>)
Inicializa uma nova instância da classe SensitivityLabelInner.
public SensitivityLabelInner (string id = default, string name = default, string type = default, string labelName = default, string labelId = default, string informationType = default, string informationTypeId = default, bool? isDisabled = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner : string * string * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional labelName As String = Nothing, Optional labelId As String = Nothing, Optional informationType As String = Nothing, Optional informationTypeId As String = Nothing, Optional isDisabled As Nullable(Of Boolean) = Nothing)
Parâmetros
- id
- String
- name
- String
- type
- String
- labelName
- String
O nome do rótulo.
- labelId
- String
A ID do rótulo.
- informationType
- String
O tipo de informação.
- informationTypeId
- String
A ID do tipo de informação.
A recomendação de confidencialidade está desabilitada. Aplicável somente ao rótulo de confidencialidade recomendado. Especifica se a recomendação de confidencialidade nesta coluna está desabilitada (ignorada) ou não.
Aplica-se a
Azure SDK for .NET