ApplicationTypeHealthPolicyMap.Add(String, Byte) Method
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.
Adds an entry in the map for a specific application type, with max percent unhealthy applications as value.
public void Add (string appTypeName, byte value);
override this.Add : string * byte -> unit
Public Sub Add (appTypeName As String, value As Byte)
Parameters
- appTypeName
- String
The application type name.
- value
- Byte
The max percent unhealthy applications allowed for the application type. Must be between 0 and 100.
Exceptions
The specified percentage value was outside the range of integer values from zero to 100.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET