PolicyRemediationData 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.
A class representing the PolicyRemediation data model. The remediation definition.
public class PolicyRemediationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PolicyInsights.PolicyRemediationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PolicyInsights.PolicyRemediationData>
public class PolicyRemediationData : Azure.ResourceManager.Models.ResourceData
type PolicyRemediationData = class
inherit ResourceData
interface IJsonModel<PolicyRemediationData>
interface IPersistableModel<PolicyRemediationData>
type PolicyRemediationData = class
inherit ResourceData
Public Class PolicyRemediationData
Inherits ResourceData
Implements IJsonModel(Of PolicyRemediationData), IPersistableModel(Of PolicyRemediationData)
Public Class PolicyRemediationData
Inherits ResourceData
- Inheritance
- Implements
Constructors
PolicyRemediationData() |
Initializes a new instance of PolicyRemediationData. |
Properties
CorrelationId |
The remediation correlation Id. Can be used to find events related to the remediation in the activity log. |
CreatedOn |
The time at which the remediation was created. |
DeploymentStatus |
The deployment status summary for all deployments created by the remediation. |
FailureThresholdPercentage |
A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold. |
FilterLocations |
The resource locations that will be remediated. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LastUpdatedOn |
The time at which the remediation was last updated. |
Name |
The name of the resource. (Inherited from ResourceData) |
ParallelDeployments |
Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used. |
PolicyAssignmentId |
The resource ID of the policy assignment that should be remediated. |
PolicyDefinitionReferenceId |
The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition. |
ProvisioningState |
The status of the remediation. |
ResourceCount |
Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used. |
ResourceDiscoveryMode |
The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
StatusMessage |
The remediation status message. Provides additional details regarding the state of the remediation. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PolicyRemediationData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PolicyRemediationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PolicyRemediationData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PolicyRemediationData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PolicyRemediationData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET