How to use the azure-mgmt-servicefabric.azure.mgmt.servicefabric.models.cluster_health_policy.ClusterHealthPolicy function in azure-mgmt-servicefabric

To help you get started, we’ve selected a few azure-mgmt-servicefabric examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-servicefabric / azure / mgmt / servicefabric / models / cluster_health_policy.py View on Github external
def __init__(self, **kwargs):
        super(ClusterHealthPolicy, self).__init__(**kwargs)
        self.max_percent_unhealthy_nodes = kwargs.get('max_percent_unhealthy_nodes', None)
        self.max_percent_unhealthy_applications = kwargs.get('max_percent_unhealthy_applications', None)

azure-mgmt-servicefabric

Microsoft Azure Service Fabric Management Client Library for Python

MIT
Latest version published 5 months ago

Package Health Score

94 / 100
Full package analysis

Popular azure-mgmt-servicefabric functions

Similar packages