Show / Hide Table of Contents

    Class SensitivityLabel

    A sensitivity label.

    Inheritance
    Object
    Resource
    ProxyResource
    SensitivityLabel
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    [Microsoft.Rest.Serialization.JsonTransformation]
    public class SensitivityLabel : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    SensitivityLabel()

    Initializes a new instance of the SensitivityLabel class.

    Declaration
    public SensitivityLabel ();

    SensitivityLabel(String, String, String, String, String, String, String, Nullable<Boolean>)

    Initializes a new instance of the SensitivityLabel class.

    Declaration
    public SensitivityLabel (string id = null, string name = null, string type = null, string labelName = null, string labelId = null, string informationType = null, string informationTypeId = null, Nullable<bool> isDisabled = null);
    Parameters
    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    String labelName

    The label name.

    String labelId

    The label ID.

    String informationType

    The information type.

    String informationTypeId

    The information type ID.

    Nullable<Boolean> isDisabled

    Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.

    Properties

    InformationType

    Gets or sets the information type.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.informationType")]
    public string InformationType { get; set; }
    Property Value
    String

    InformationTypeId

    Gets or sets the information type ID.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.informationTypeId")]
    public string InformationTypeId { get; set; }
    Property Value
    String

    IsDisabled

    Gets is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.isDisabled")]
    public Nullable<bool> IsDisabled { get; }
    Property Value
    Nullable<Boolean>

    LabelId

    Gets or sets the label ID.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.labelId")]
    public string LabelId { get; set; }
    Property Value
    String

    LabelName

    Gets or sets the label name.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.labelName")]
    public string LabelName { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net