IfNotExistsEvaluationDetails Class

Definition

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()

Applies to