ArmApplicationHealthPolicy Class

Definition

Defines a health policy used to evaluate the health of an application or one of its children entities.

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

Constructors

ArmApplicationHealthPolicy()

Initializes a new instance of ArmApplicationHealthPolicy.

Properties

ConsiderWarningAsError

Indicates whether warnings are treated with the same severity as errors.

DefaultServiceTypeHealthPolicy

The health policy used by default to evaluate the health of a service type.

MaxPercentUnhealthyDeployedApplications

The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100. The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error. This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster. The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.

ServiceTypeHealthPolicyMap

The map with service type health policy per service type name. The map is empty by default.

Explicit Interface Implementations

IJsonModel<ArmApplicationHealthPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ArmApplicationHealthPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmApplicationHealthPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmApplicationHealthPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArmApplicationHealthPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to