ArmRollingUpgradeMonitoringPolicy Constructors
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.
Overloads
ArmRollingUpgradeMonitoringPolicy() |
Initializes a new instance of the ArmRollingUpgradeMonitoringPolicy class. |
ArmRollingUpgradeMonitoringPolicy(String, String, String, String, String, String) |
Initializes a new instance of the ArmRollingUpgradeMonitoringPolicy class. |
ArmRollingUpgradeMonitoringPolicy()
Initializes a new instance of the ArmRollingUpgradeMonitoringPolicy class.
public ArmRollingUpgradeMonitoringPolicy ();
Public Sub New ()
Applies to
ArmRollingUpgradeMonitoringPolicy(String, String, String, String, String, String)
Initializes a new instance of the ArmRollingUpgradeMonitoringPolicy class.
public ArmRollingUpgradeMonitoringPolicy (string failureAction = default, string healthCheckWaitDuration = default, string healthCheckStableDuration = default, string healthCheckRetryTimeout = default, string upgradeTimeout = default, string upgradeDomainTimeout = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ArmRollingUpgradeMonitoringPolicy : string * string * string * string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ArmRollingUpgradeMonitoringPolicy
Public Sub New (Optional failureAction As String = Nothing, Optional healthCheckWaitDuration As String = Nothing, Optional healthCheckStableDuration As String = Nothing, Optional healthCheckRetryTimeout As String = Nothing, Optional upgradeTimeout As String = Nothing, Optional upgradeDomainTimeout As String = Nothing)
Parameters
- failureAction
- String
The activation Mode of the service package. Possible values include: 'Rollback', 'Manual'
- healthCheckWaitDuration
- String
The amount of time to wait after completing an upgrade domain before applying health policies. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.
- healthCheckStableDuration
- String
The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.
- healthCheckRetryTimeout
- String
The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.
- upgradeTimeout
- String
The amount of time the overall upgrade has to complete before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.
- upgradeDomainTimeout
- String
The amount of time each upgrade domain has to complete before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.
Applies to
Azure SDK for .NET