How to use the azure-mgmt-servicefabric.azure.mgmt.servicefabric.models.cluster_code_versions_result.ClusterCodeVersionsResult 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_code_versions_result.py View on Github external
def __init__(self, **kwargs):
        super(ClusterCodeVersionsResult, self).__init__(**kwargs)
        self.id = kwargs.get('id', None)
        self.name = kwargs.get('name', None)
        self.type = kwargs.get('type', None)
        self.code_version = kwargs.get('code_version', None)
        self.support_expiry_utc = kwargs.get('support_expiry_utc', None)
        self.environment = kwargs.get('environment', 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