ApplicationHealthPolicy 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.
Defines a health policy used to evaluate the health of an application or one of its children entities.
public class ApplicationHealthPolicy
public class ApplicationHealthPolicy : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.Models.ApplicationHealthPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.Models.ApplicationHealthPolicy>
type ApplicationHealthPolicy = class
type ApplicationHealthPolicy = class
interface IJsonModel<ApplicationHealthPolicy>
interface IPersistableModel<ApplicationHealthPolicy>
Public Class ApplicationHealthPolicy
Public Class ApplicationHealthPolicy
Implements IJsonModel(Of ApplicationHealthPolicy), IPersistableModel(Of ApplicationHealthPolicy)
- Inheritance
-
ApplicationHealthPolicy
- Implements
Constructors
ApplicationHealthPolicy() |
Initializes a new instance of ApplicationHealthPolicy. |
Properties
MaxPercentUnhealthyServices |
The maximum percentage of services allowed to be unhealthy before your application is considered in error. |
ServiceTypeHealthPolicies |
The map with service type health policy per service type name. The map is empty by default. |
Explicit Interface Implementations
IJsonModel<ApplicationHealthPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationHealthPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationHealthPolicy>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationHealthPolicy>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationHealthPolicy>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET