@@ -23,8 +23,8 @@ class ApplicationSummaryPaged(Paged):
23
23
}
24
24
25
25
def __init__ (self , * args , ** kwargs ):
26
-
27
26
super (ApplicationSummaryPaged , self ).__init__ (* args , ** kwargs )
27
+
28
28
class PoolUsageMetricsPaged (Paged ):
29
29
"""
30
30
A paging container for iterating over a list of :class:`PoolUsageMetrics <azure.batch.models.PoolUsageMetrics>` object
@@ -36,8 +36,8 @@ class PoolUsageMetricsPaged(Paged):
36
36
}
37
37
38
38
def __init__ (self , * args , ** kwargs ):
39
-
40
39
super (PoolUsageMetricsPaged , self ).__init__ (* args , ** kwargs )
40
+
41
41
class CloudPoolPaged (Paged ):
42
42
"""
43
43
A paging container for iterating over a list of :class:`CloudPool <azure.batch.models.CloudPool>` object
@@ -49,8 +49,8 @@ class CloudPoolPaged(Paged):
49
49
}
50
50
51
51
def __init__ (self , * args , ** kwargs ):
52
-
53
52
super (CloudPoolPaged , self ).__init__ (* args , ** kwargs )
53
+
54
54
class ImageInformationPaged (Paged ):
55
55
"""
56
56
A paging container for iterating over a list of :class:`ImageInformation <azure.batch.models.ImageInformation>` object
@@ -62,8 +62,8 @@ class ImageInformationPaged(Paged):
62
62
}
63
63
64
64
def __init__ (self , * args , ** kwargs ):
65
-
66
65
super (ImageInformationPaged , self ).__init__ (* args , ** kwargs )
66
+
67
67
class PoolNodeCountsPaged (Paged ):
68
68
"""
69
69
A paging container for iterating over a list of :class:`PoolNodeCounts <azure.batch.models.PoolNodeCounts>` object
@@ -75,8 +75,8 @@ class PoolNodeCountsPaged(Paged):
75
75
}
76
76
77
77
def __init__ (self , * args , ** kwargs ):
78
-
79
78
super (PoolNodeCountsPaged , self ).__init__ (* args , ** kwargs )
79
+
80
80
class CloudJobPaged (Paged ):
81
81
"""
82
82
A paging container for iterating over a list of :class:`CloudJob <azure.batch.models.CloudJob>` object
@@ -88,8 +88,8 @@ class CloudJobPaged(Paged):
88
88
}
89
89
90
90
def __init__ (self , * args , ** kwargs ):
91
-
92
91
super (CloudJobPaged , self ).__init__ (* args , ** kwargs )
92
+
93
93
class JobPreparationAndReleaseTaskExecutionInformationPaged (Paged ):
94
94
"""
95
95
A paging container for iterating over a list of :class:`JobPreparationAndReleaseTaskExecutionInformation <azure.batch.models.JobPreparationAndReleaseTaskExecutionInformation>` object
@@ -101,8 +101,8 @@ class JobPreparationAndReleaseTaskExecutionInformationPaged(Paged):
101
101
}
102
102
103
103
def __init__ (self , * args , ** kwargs ):
104
-
105
104
super (JobPreparationAndReleaseTaskExecutionInformationPaged , self ).__init__ (* args , ** kwargs )
105
+
106
106
class CertificatePaged (Paged ):
107
107
"""
108
108
A paging container for iterating over a list of :class:`Certificate <azure.batch.models.Certificate>` object
@@ -114,8 +114,8 @@ class CertificatePaged(Paged):
114
114
}
115
115
116
116
def __init__ (self , * args , ** kwargs ):
117
-
118
117
super (CertificatePaged , self ).__init__ (* args , ** kwargs )
118
+
119
119
class NodeFilePaged (Paged ):
120
120
"""
121
121
A paging container for iterating over a list of :class:`NodeFile <azure.batch.models.NodeFile>` object
@@ -127,8 +127,8 @@ class NodeFilePaged(Paged):
127
127
}
128
128
129
129
def __init__ (self , * args , ** kwargs ):
130
-
131
130
super (NodeFilePaged , self ).__init__ (* args , ** kwargs )
131
+
132
132
class CloudJobSchedulePaged (Paged ):
133
133
"""
134
134
A paging container for iterating over a list of :class:`CloudJobSchedule <azure.batch.models.CloudJobSchedule>` object
@@ -140,8 +140,8 @@ class CloudJobSchedulePaged(Paged):
140
140
}
141
141
142
142
def __init__ (self , * args , ** kwargs ):
143
-
144
143
super (CloudJobSchedulePaged , self ).__init__ (* args , ** kwargs )
144
+
145
145
class CloudTaskPaged (Paged ):
146
146
"""
147
147
A paging container for iterating over a list of :class:`CloudTask <azure.batch.models.CloudTask>` object
@@ -153,8 +153,8 @@ class CloudTaskPaged(Paged):
153
153
}
154
154
155
155
def __init__ (self , * args , ** kwargs ):
156
-
157
156
super (CloudTaskPaged , self ).__init__ (* args , ** kwargs )
157
+
158
158
class ComputeNodePaged (Paged ):
159
159
"""
160
160
A paging container for iterating over a list of :class:`ComputeNode <azure.batch.models.ComputeNode>` object
@@ -166,5 +166,4 @@ class ComputeNodePaged(Paged):
166
166
}
167
167
168
168
def __init__ (self , * args , ** kwargs ):
169
-
170
169
super (ComputeNodePaged , self ).__init__ (* args , ** kwargs )
0 commit comments