ArmSqlModelFactory.SensitivityLabelData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- managedBy
- String
Resource that manages the sensitivity label.
- schemaName
- String
The schema name.
- tableName
- String
The table name.
- columnName
- String
The column name.
- labelName
- String
The label name.
- labelId
- String
The label ID.
- informationType
- String
The information type.
- informationTypeId
- String
The information type ID.
Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
- rank
- Nullable<SensitivityLabelRank>
Returns
A new SensitivityLabelData instance for mocking.
Applies to
Azure SDK for .NET