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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.