ArmSqlModelFactory.SensitivityLabelData Método
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.
Inicializa uma nova instância de SensitivityLabelData.
public static Azure.ResourceManager.Sql.SensitivityLabelData SensitivityLabelData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string managedBy = default, string schemaName = default, string tableName = default, string columnName = default, string labelName = default, string labelId = default, string informationType = default, string informationTypeId = default, bool? isDisabled = default, Azure.ResourceManager.Sql.Models.SensitivityLabelRank? rank = default);
static member SensitivityLabelData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * string * string * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SensitivityLabelRank> -> Azure.ResourceManager.Sql.SensitivityLabelData
Public Shared Function SensitivityLabelData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional managedBy As String = Nothing, Optional schemaName As String = Nothing, Optional tableName As String = Nothing, Optional columnName 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, Optional rank As Nullable(Of SensitivityLabelRank) = Nothing) As SensitivityLabelData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- managedBy
- String
Recurso que gerencia o rótulo de confidencialidade.
- schemaName
- String
O nome do esquema.
- tableName
- String
O nome da tabela.
- columnName
- String
O nome da coluna.
- 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.
- rank
- Nullable<SensitivityLabelRank>
Retornos
Uma nova SensitivityLabelData instância para simulação.
Aplica-se a
Azure SDK for .NET