共用方式為


RemediationDeployment Class

Definition

Details of a single deployment created by the remediation.

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

Properties

CreatedOn

The time at which the remediation was created.

DeploymentId

Resource ID of the template deployment that will remediate the resource.

Error

Error encountered while remediated the resource.

LastUpdatedOn

The time at which the remediation deployment was last updated.

RemediatedResourceId

Resource ID of the resource that is being remediated by the deployment.

ResourceLocation

Location of the resource that is being remediated.

Status

Status of the remediation deployment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RemediationDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemediationDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemediationDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemediationDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemediationDeployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to