How to use the azure-batch.azure.batch.models.certificate_cancel_deletion_options.CertificateCancelDeletionOptions function in azure-batch

To help you get started, we’ve selected a few azure-batch 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-batch / azure / batch / models / certificate_cancel_deletion_options.py View on Github external
def __init__(self, **kwargs):
        super(CertificateCancelDeletionOptions, self).__init__(**kwargs)
        self.timeout = kwargs.get('timeout', 30)
        self.client_request_id = kwargs.get('client_request_id', None)
        self.return_client_request_id = kwargs.get('return_client_request_id', False)
        self.ocp_date = kwargs.get('ocp_date', None)

azure-batch

Microsoft Azure Batch Client Library for Python

MIT
Latest version published 2 months ago

Package Health Score

96 / 100
Full package analysis

Popular azure-batch functions