ApplicationHealthPolicy.ServiceTypeHealthPolicyMap Property
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.
Gets or sets the map with service type health policy per service type name. The map is empty by default.
[Newtonsoft.Json.JsonProperty(PropertyName="serviceTypeHealthPolicyMap")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy> ServiceTypeHealthPolicyMap { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceTypeHealthPolicyMap")>]
member this.ServiceTypeHealthPolicyMap : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy> with get, set
Public Property ServiceTypeHealthPolicyMap As IDictionary(Of String, ServiceTypeHealthPolicy)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute