Share via


SensitiveDataDiscoveryProperties Class

Definition

Properties of Sensitive Data Discovery.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.SensitiveDataDiscoveryPropertiesTypeConverter))]
public class SensitiveDataDiscoveryProperties : Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.ISensitiveDataDiscoveryProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.SensitiveDataDiscoveryPropertiesTypeConverter))>]
type SensitiveDataDiscoveryProperties = class
    interface ISensitiveDataDiscoveryProperties
    interface IJsonSerializable
Public Class SensitiveDataDiscoveryProperties
Implements ISensitiveDataDiscoveryProperties
Inheritance
SensitiveDataDiscoveryProperties
Attributes
Implements

Constructors

SensitiveDataDiscoveryProperties()

Creates an new SensitiveDataDiscoveryProperties instance.

Properties

IsEnabled

Indicates whether Sensitive Data Discovery should be enabled.

OperationStatusCode

The operation status code.

OperationStatusMessage

Additional information regarding the success/failure of the operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SensitiveDataDiscoveryProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SensitiveDataDiscoveryProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.ISensitiveDataDiscoveryProperties.

FromJsonString(String)

Creates a new instance of SensitiveDataDiscoveryProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SensitiveDataDiscoveryProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to