IfNotExistsEvaluationDetails 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.
Evaluation details of IfNotExists effect.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IfNotExistsEvaluationDetailsTypeConverter))]
public class IfNotExistsEvaluationDetails : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IIfNotExistsEvaluationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IfNotExistsEvaluationDetailsTypeConverter))>]
type IfNotExistsEvaluationDetails = class
interface IIfNotExistsEvaluationDetails
interface IJsonSerializable
Public Class IfNotExistsEvaluationDetails
Implements IIfNotExistsEvaluationDetails
- Inheritance
-
IfNotExistsEvaluationDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IfNotExistsEvaluationDetails() |
Creates an new IfNotExistsEvaluationDetails instance. |
Properties
| Name | Description |
|---|---|
| ResourceId |
ID of the last evaluated resource for IfNotExists effect. |
| TotalResource |
Total number of resources to which the existence condition is applicable. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IfNotExistsEvaluationDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IfNotExistsEvaluationDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IIfNotExistsEvaluationDetails. |
| FromJsonString(String) |
Creates a new instance of IfNotExistsEvaluationDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IfNotExistsEvaluationDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |