Поделиться через


RemediationDeploymentSummary Class

Definition

The deployment status summary for all deployments created by the remediation.

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

Properties

FailedDeployments

The number of deployments required by the remediation that have failed.

SuccessfulDeployments

The number of deployments required by the remediation that have succeeded.

TotalDeployments

The number of deployments required by the remediation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RemediationDeploymentSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemediationDeploymentSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemediationDeploymentSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemediationDeploymentSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemediationDeploymentSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to