Sdílet prostřednictvím


IfNotExistsEvaluationDetails Class

Definition

Evaluation details of IfNotExists effect.

public class IfNotExistsEvaluationDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PolicyInsights.Models.IfNotExistsEvaluationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PolicyInsights.Models.IfNotExistsEvaluationDetails>
public class IfNotExistsEvaluationDetails
type IfNotExistsEvaluationDetails = class
    interface IJsonModel<IfNotExistsEvaluationDetails>
    interface IPersistableModel<IfNotExistsEvaluationDetails>
type IfNotExistsEvaluationDetails = class
Public Class IfNotExistsEvaluationDetails
Implements IJsonModel(Of IfNotExistsEvaluationDetails), IPersistableModel(Of IfNotExistsEvaluationDetails)
Public Class IfNotExistsEvaluationDetails
Inheritance
IfNotExistsEvaluationDetails
Implements

Properties

ResourceId

ID of the last evaluated resource for IfNotExists effect.

TotalResources

Total number of resources to which the existence condition is applicable.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IfNotExistsEvaluationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IfNotExistsEvaluationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IfNotExistsEvaluationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IfNotExistsEvaluationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IfNotExistsEvaluationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to