Searched refs:health_check_stable_duration (Results 1 – 7 of 7) sorted by relevance
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/servicefabric/operations/ |
H A D | applications.py | 73 health_check_stable_duration=None, argument 103 health_check_stable_duration, 240 health_check_stable_duration, argument 262 … health_check_stable_duration=time.strftime('%H:%M:%S', time.gmtime(120)), 270 if health_check_stable_duration is not None: 271 …g_upgrade_monitoring_policy.health_check_stable_duration = time.strftime('%H:%M:%S', time.gmtime(h…
|
H A D | managed_applications.py | 106 health_check_stable_duration=None, argument 138 health_check_stable_duration, 579 health_check_stable_duration, argument 606 … health_check_stable_duration=HEALTH_CHECK_STABLE_DURATION_DEFAULT, 614 if health_check_stable_duration is not None: 615 …g_upgrade_monitoring_policy.health_check_stable_duration = time.strftime('%H:%M:%S', time.gmtime(h…
|
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/servicefabric/ |
H A D | _validators.py | 57 if namespace.health_check_stable_duration: 58 namespace.health_check_stable_duration = int(namespace.health_check_stable_duration) 289 if namespace.health_check_stable_duration: 290 namespace.health_check_stable_duration = int(namespace.health_check_stable_duration)
|
/dports/devel/py-azure-mgmt-servicefabric/azure-mgmt-servicefabric-1.0.0/azure/mgmt/servicefabric/models/ |
H A D | _models_py3.py | 960 health_check_stable_duration: Optional[str] = "PT0H2M0S", 969 self.health_check_stable_duration = health_check_stable_duration 1940 health_check_stable_duration: str, 1953 self.health_check_stable_duration = health_check_stable_duration
|
H A D | _models.py | 871 self.health_check_stable_duration = kwargs.get('health_check_stable_duration', "PT0H2M0S") 1753 self.health_check_stable_duration = kwargs['health_check_stable_duration']
|
/dports/devel/py-azure-mgmt-servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters-1.0.0/azure/mgmt/servicefabricmanagedclusters/models/ |
H A D | _models_py3.py | 2113 health_check_stable_duration: str, 2122 self.health_check_stable_duration = health_check_stable_duration
|
H A D | _models.py | 1924 self.health_check_stable_duration = kwargs['health_check_stable_duration']
|