RulesResults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |