ArmSynapseModelFactory.SynapseSensitivityLabelData 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 SynapseSensitivityLabelData.
public static Azure.ResourceManager.Synapse.SynapseSensitivityLabelData SynapseSensitivityLabelData (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, Guid? labelId = default, string informationType = default, Guid? informationTypeId = default, bool? isDisabled = default, Azure.ResourceManager.Synapse.Models.SynapseSensitivityLabelRank? rank = default);
static member SynapseSensitivityLabelData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * Nullable<Guid> * string * Nullable<Guid> * Nullable<bool> * Nullable<Azure.ResourceManager.Synapse.Models.SynapseSensitivityLabelRank> -> Azure.ResourceManager.Synapse.SynapseSensitivityLabelData
Public Shared Function SynapseSensitivityLabelData (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 Nullable(Of Guid) = Nothing, Optional informationType As String = Nothing, Optional informationTypeId As Nullable(Of Guid) = Nothing, Optional isDisabled As Nullable(Of Boolean) = Nothing, Optional rank As Nullable(Of SynapseSensitivityLabelRank) = Nothing) As SynapseSensitivityLabelData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- managedBy
- String
managed by.
- schemaName
- String
The schema name.
- tableName
- String
The table name.
- columnName
- String
The column name.
- labelName
- String
The label name.
- informationType
- String
The information type.
Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
Returns
A new SynapseSensitivityLabelData instance for mocking.
Applies to
Azure SDK for .NET