Share via


AzureStorageScanRulesetProperties Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzureStorageScanRulesetPropertiesTypeConverter))]
public class AzureStorageScanRulesetProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzureStorageScanRulesetProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzureStorageScanRulesetPropertiesTypeConverter))>]
type AzureStorageScanRulesetProperties = class
    interface IAzureStorageScanRulesetProperties
    interface IJsonSerializable
    interface IScanningRuleScanRulesetProperties
    interface IScanRulesetProperties
    interface IValidates
Public Class AzureStorageScanRulesetProperties
Implements IAzureStorageScanRulesetProperties, IValidates
Inheritance
AzureStorageScanRulesetProperties
Attributes
Implements

Constructors

AzureStorageScanRulesetProperties()

Creates an new AzureStorageScanRulesetProperties instance.

Properties

CreatedAt
Description
ExcludedSystemClassification
IncludedCustomClassificationRuleName
LastModifiedAt
ScanningRule
ScanningRuleCustomFileExtension
ScanningRuleFileExtension

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureStorageScanRulesetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureStorageScanRulesetProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzureStorageScanRulesetProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureStorageScanRulesetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to