RulesResultsInputResults 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.
Expected results to be inserted into the baseline. Leave this field empty if latestScan == true.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RulesResultsInputResultsTypeConverter))]
public class RulesResultsInputResults : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResultsInputResults, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IAssociativeArray<System.Collections.Generic.List<System.Collections.Generic.List<string>>>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RulesResultsInputResultsTypeConverter))>]
type RulesResultsInputResults = class
interface IRulesResultsInputResults
interface IJsonSerializable
interface IAssociativeArray<List<List<string>>>
Public Class RulesResultsInputResults
Implements IAssociativeArray(Of List(Of List(Of String))), IRulesResultsInputResults
- Inheritance
-
RulesResultsInputResults
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RulesResultsInputResults() |
Creates an new RulesResultsInputResults instance. |
Fields
| Name | Description |
|---|---|
| __additionalProperties | |
Properties
| Name | Description |
|---|---|
| Item[String] | |
Methods
| Name | Description |
|---|---|
| Add(String, List<List<String>>) | |
| Clear() | |
| ContainsKey(String) | |
| CopyFrom(IDictionary) | |
| CopyFrom(PSObject) | |
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RulesResultsInputResults. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RulesResultsInputResults. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResultsInputResults. |
| FromJsonString(String) |
Creates a new instance of RulesResultsInputResults, deserializing the content from a json string. |
| Remove(String) | |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RulesResultsInputResults into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| TryGetValue(String, List<List<String>>) | |
Operators
| Name | Description |
|---|---|
| Implicit(RulesResultsInputResults to Dictionary<String,List<List<String>>>) | |