How to use the azure-mgmt-servicefabric.azure.mgmt.servicefabric.models.certificate_description.CertificateDescription 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 / certificate_description.py View on Github external
def __init__(self, **kwargs):
        super(CertificateDescription, self).__init__(**kwargs)
        self.thumbprint = kwargs.get('thumbprint', None)
        self.thumbprint_secondary = kwargs.get('thumbprint_secondary', None)
        self.x509_store_name = kwargs.get('x509_store_name', 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