Home
last modified time | relevance | path

Searched refs:max_percent_unhealthy_deployed_applications (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/servicefabric/operations/
H A Dapplications.py80 max_percent_unhealthy_deployed_applications=None, argument
110 max_percent_unhealthy_deployed_applications,
247 max_percent_unhealthy_deployed_applications, argument
304 if max_percent_unhealthy_deployed_applications:
305 current_upgrade_policy.ApplicationHealthPolicy.max_percent_unhealthy_deployed_applications \
306 = max_percent_unhealthy_deployed_applications
H A Dmanaged_applications.py113 max_percent_unhealthy_deployed_applications=None, argument
145max_percent_unhealthy_deployed_applications,
586 max_percent_unhealthy_deployed_applications, argument
629max_percent_unhealthy_deployed_applications=MAX_PERCENT_UNHEALTHY_DEPLOYED_APPLICATIONS_DEFAULT
651 if max_percent_unhealthy_deployed_applications is not None:
652 … current_upgrade_policy.application_health_policy.max_percent_unhealthy_deployed_applications \
653 = max_percent_unhealthy_deployed_applications
/dports/devel/py-azure-mgmt-servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters-1.0.0/azure/mgmt/servicefabricmanagedclusters/models/
H A D_models_py3.py144 max_percent_unhealthy_deployed_applications: int,
151 … self.max_percent_unhealthy_deployed_applications = max_percent_unhealthy_deployed_applications
H A D_models.py137 …self.max_percent_unhealthy_deployed_applications = kwargs['max_percent_unhealthy_deployed_applicat…
/dports/devel/py-azure-mgmt-servicefabric/azure-mgmt-servicefabric-1.0.0/azure/mgmt/servicefabric/models/
H A D_models_py3.py901 max_percent_unhealthy_deployed_applications: Optional[int] = 0,
908 … self.max_percent_unhealthy_deployed_applications = max_percent_unhealthy_deployed_applications
H A D_models.py817 …self.max_percent_unhealthy_deployed_applications = kwargs.get('max_percent_unhealthy_deployed_appl…