com.pulumi.azure.core.inputs.SubscriptionPolicyRemediationState Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azure.core.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Double;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class SubscriptionPolicyRemediationState extends com.pulumi.resources.ResourceArgs {
public static final SubscriptionPolicyRemediationState Empty = new SubscriptionPolicyRemediationState();
/**
* 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.
*
*/
@Import(name="failurePercentage")
private @Nullable Output failurePercentage;
/**
* @return 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.
*
*/
public Optional