Freigeben über


ScanRulesetList Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ScanRulesetListTypeConverter))]
public class ScanRulesetList : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IScanRulesetList
[<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.ScanRulesetListTypeConverter))>]
type ScanRulesetList = class
    interface IScanRulesetList
    interface IJsonSerializable
Public Class ScanRulesetList
Implements IScanRulesetList
Inheritance
ScanRulesetList
Attributes
Implements

Constructors

Name Description
ScanRulesetList()

Creates an new ScanRulesetList instance.

Properties

Name Description
Count
NextLink
Value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScanRulesetList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScanRulesetList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScanRulesetList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to