ApplicationHealthPolicyMap 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.
Represents a map that contains specific application health policies for different applications.
public sealed class ApplicationHealthPolicyMap : System.Collections.Generic.Dictionary<Uri,System.Fabric.Health.ApplicationHealthPolicy>
type ApplicationHealthPolicyMap = class
inherit Dictionary<Uri, ApplicationHealthPolicy>
Public NotInheritable Class ApplicationHealthPolicyMap
Inherits Dictionary(Of Uri, ApplicationHealthPolicy)
- Inheritance
-
ApplicationHealthPolicyMap
Remarks
Can be used by queries like GetClusterHealthAsync(ClusterHealthQueryDescription) or GetClusterHealthChunkAsync(ClusterHealthChunkQueryDescription) to determine how the applications are evaluated.
Constructors
ApplicationHealthPolicyMap() |
Initializes a new instance of the ApplicationHealthPolicyMap class. |
Methods
ToString() |
Gets a string representation of the ApplicationHealthPolicyMap. |
Extension Methods
TryRemove<TKey,TValue>(Dictionary<TKey,TValue>, TKey, TValue) |
Removes the value associated with specified key. |