# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
from msrest.paging import Paged
[docs]class DataExportPaged(Paged):
"""
A paging container for iterating over a list of :class:`DataExport <azure.mgmt.loganalytics.models.DataExport>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[DataExport]'}
}
def __init__(self, *args, **kwargs):
super(DataExportPaged, self).__init__(*args, **kwargs)
[docs]class DataSourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`DataSource <azure.mgmt.loganalytics.models.DataSource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[DataSource]'}
}
def __init__(self, *args, **kwargs):
super(DataSourcePaged, self).__init__(*args, **kwargs)
[docs]class LinkedServicePaged(Paged):
"""
A paging container for iterating over a list of :class:`LinkedService <azure.mgmt.loganalytics.models.LinkedService>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[LinkedService]'}
}
def __init__(self, *args, **kwargs):
super(LinkedServicePaged, self).__init__(*args, **kwargs)
[docs]class LinkedStorageAccountsResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`LinkedStorageAccountsResource <azure.mgmt.loganalytics.models.LinkedStorageAccountsResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[LinkedStorageAccountsResource]'}
}
def __init__(self, *args, **kwargs):
super(LinkedStorageAccountsResourcePaged, self).__init__(*args, **kwargs)
[docs]class ManagementGroupPaged(Paged):
"""
A paging container for iterating over a list of :class:`ManagementGroup <azure.mgmt.loganalytics.models.ManagementGroup>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[ManagementGroup]'}
}
def __init__(self, *args, **kwargs):
super(ManagementGroupPaged, self).__init__(*args, **kwargs)
[docs]class OperationPaged(Paged):
"""
A paging container for iterating over a list of :class:`Operation <azure.mgmt.loganalytics.models.Operation>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[Operation]'}
}
def __init__(self, *args, **kwargs):
super(OperationPaged, self).__init__(*args, **kwargs)
[docs]class UsageMetricPaged(Paged):
"""
A paging container for iterating over a list of :class:`UsageMetric <azure.mgmt.loganalytics.models.UsageMetric>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[UsageMetric]'}
}
def __init__(self, *args, **kwargs):
super(UsageMetricPaged, self).__init__(*args, **kwargs)
[docs]class WorkspacePaged(Paged):
"""
A paging container for iterating over a list of :class:`Workspace <azure.mgmt.loganalytics.models.Workspace>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[Workspace]'}
}
def __init__(self, *args, **kwargs):
super(WorkspacePaged, self).__init__(*args, **kwargs)
[docs]class ClusterPaged(Paged):
"""
A paging container for iterating over a list of :class:`Cluster <azure.mgmt.loganalytics.models.Cluster>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[Cluster]'}
}
def __init__(self, *args, **kwargs):
super(ClusterPaged, self).__init__(*args, **kwargs)
[docs]class StorageInsightPaged(Paged):
"""
A paging container for iterating over a list of :class:`StorageInsight <azure.mgmt.loganalytics.models.StorageInsight>` object
"""
_attribute_map = {
'next_link': {'key': '@odata\\.nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[StorageInsight]'}
}
def __init__(self, *args, **kwargs):
super(StorageInsightPaged, self).__init__(*args, **kwargs)