How to use the azure-mgmt-loganalytics.azure.mgmt.loganalytics.models.WorkspacePurgeBody function in azure-mgmt-loganalytics

To help you get started, we’ve selected a few azure-mgmt-loganalytics 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-loganalytics / azure / mgmt / loganalytics / operations / workspaces_operations.py View on Github external
def _purge_initial(
            self, resource_group_name, workspace_name, table, filters, custom_headers=None, raw=False, **operation_config):
        body = models.WorkspacePurgeBody(table=table, filters=filters)

        api_version = "2015-03-20"

        # Construct URL
        url = self.purge.metadata['url']
        path_format_arguments = {
            'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'),
            'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'),
            'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str')
        }
        url = self._client.format_url(url, **path_format_arguments)

        # Construct parameters
        query_parameters = {}
        query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str')

azure-mgmt-loganalytics

Microsoft Azure Log Analytics Management Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

82 / 100
Full package analysis

Similar packages