public class SensitivityLabelInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
SensitivityLabelInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
informationType()
Get the informationType property: The information type.
|
String |
informationTypeId()
Get the informationTypeId property: The information type ID.
|
Boolean |
isDisabled()
Get the isDisabled property: Is sensitivity recommendation disabled.
|
String |
labelId()
Get the labelId property: The label ID.
|
String |
labelName()
Get the labelName property: The label name.
|
SensitivityLabelRank |
rank()
Get the rank property: The rank property.
|
void |
validate()
Validates the instance.
|
SensitivityLabelInner |
withInformationType(String informationType)
Set the informationType property: The information type.
|
SensitivityLabelInner |
withInformationTypeId(String informationTypeId)
Set the informationTypeId property: The information type ID.
|
SensitivityLabelInner |
withLabelId(String labelId)
Set the labelId property: The label ID.
|
SensitivityLabelInner |
withLabelName(String labelName)
Set the labelName property: The label name.
|
SensitivityLabelInner |
withRank(SensitivityLabelRank rank)
Set the rank property: The rank property.
|
public String labelName()
public SensitivityLabelInner withLabelName(String labelName)
labelName - the labelName value to set.public String labelId()
public SensitivityLabelInner withLabelId(String labelId)
labelId - the labelId value to set.public String informationType()
public SensitivityLabelInner withInformationType(String informationType)
informationType - the informationType value to set.public String informationTypeId()
public SensitivityLabelInner withInformationTypeId(String informationTypeId)
informationTypeId - the informationTypeId value to set.public Boolean isDisabled()
public SensitivityLabelRank rank()
public SensitivityLabelInner withRank(SensitivityLabelRank rank)
rank - the rank value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.