Language

RulesResults Class

Definition

A list of rules results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RulesResultsTypeConverter))]
public class RulesResults : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RulesResultsTypeConverter))>]
type RulesResults = class
    interface IRulesResults
    interface IJsonSerializable
Public Class RulesResults
Implements IRulesResults
Inheritance
RulesResults
Attributes
Implements

Constructors

Name Description
RulesResults()

Creates an new RulesResults instance.

Properties

Name Description
NextLink
Value

List of rule results.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RulesResults.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RulesResults.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResults.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RulesResults into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to