-
Notifications
You must be signed in to change notification settings - Fork 264
/
LogAnalyticsInputBase.xml
350 lines (350 loc) · 20.1 KB
/
LogAnalyticsInputBase.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<Type Name="LogAnalyticsInputBase" FullName="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase">
<TypeSignature Language="C#" Value="public class LogAnalyticsInputBase" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit LogAnalyticsInputBase extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase" />
<TypeSignature Language="VB.NET" Value="Public Class LogAnalyticsInputBase" />
<TypeSignature Language="F#" Value="type LogAnalyticsInputBase = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>45.0.0.1</AssemblyVersion>
<AssemblyVersion>46.0.0.0</AssemblyVersion>
<AssemblyVersion>47.0.0.0</AssemblyVersion>
<AssemblyVersion>48.0.0.0</AssemblyVersion>
<AssemblyVersion>49.0.0.0</AssemblyVersion>
<AssemblyVersion>49.1.0.0</AssemblyVersion>
<AssemblyVersion>49.2.0.0</AssemblyVersion>
<AssemblyVersion>50.0.0.0</AssemblyVersion>
<AssemblyVersion>51.0.0.0</AssemblyVersion>
<AssemblyVersion>52.0.0.0</AssemblyVersion>
<AssemblyVersion>53.0.0.0</AssemblyVersion>
<AssemblyVersion>54.0.0.0</AssemblyVersion>
<AssemblyVersion>55.0.0.0</AssemblyVersion>
<AssemblyVersion>56.0.0.0</AssemblyVersion>
<AssemblyVersion>57.0.0.0</AssemblyVersion>
<AssemblyVersion>58.0.0.0</AssemblyVersion>
<AssemblyVersion>59.0.0.0</AssemblyVersion>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Api input base class for LogAnalytics Api.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LogAnalyticsInputBase ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the LogAnalyticsInputBase class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LogAnalyticsInputBase (string blobContainerSasUri, DateTime fromTime, DateTime toTime, bool? groupByThrottlePolicy = default, bool? groupByOperationName = default, bool? groupByResourceName = default, bool? groupByClientApplicationId = default, bool? groupByUserAgent = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string blobContainerSasUri, valuetype System.DateTime fromTime, valuetype System.DateTime toTime, valuetype System.Nullable`1<bool> groupByThrottlePolicy, valuetype System.Nullable`1<bool> groupByOperationName, valuetype System.Nullable`1<bool> groupByResourceName, valuetype System.Nullable`1<bool> groupByClientApplicationId, valuetype System.Nullable`1<bool> groupByUserAgent) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.#ctor(System.String,System.DateTime,System.DateTime,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (blobContainerSasUri As String, fromTime As DateTime, toTime As DateTime, Optional groupByThrottlePolicy As Nullable(Of Boolean) = Nothing, Optional groupByOperationName As Nullable(Of Boolean) = Nothing, Optional groupByResourceName As Nullable(Of Boolean) = Nothing, Optional groupByClientApplicationId As Nullable(Of Boolean) = Nothing, Optional groupByUserAgent As Nullable(Of Boolean) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase : string * DateTime * DateTime * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase" Usage="new Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase (blobContainerSasUri, fromTime, toTime, groupByThrottlePolicy, groupByOperationName, groupByResourceName, groupByClientApplicationId, groupByUserAgent)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="blobContainerSasUri" Type="System.String" />
<Parameter Name="fromTime" Type="System.DateTime" />
<Parameter Name="toTime" Type="System.DateTime" />
<Parameter Name="groupByThrottlePolicy" Type="System.Nullable<System.Boolean>" />
<Parameter Name="groupByOperationName" Type="System.Nullable<System.Boolean>" />
<Parameter Name="groupByResourceName" Type="System.Nullable<System.Boolean>" />
<Parameter Name="groupByClientApplicationId" Type="System.Nullable<System.Boolean>" />
<Parameter Name="groupByUserAgent" Type="System.Nullable<System.Boolean>" />
</Parameters>
<Docs>
<param name="blobContainerSasUri">SAS Uri of the logging blob
container to which LogAnalytics Api writes output logs to.</param>
<param name="fromTime">From time of the query</param>
<param name="toTime">To time of the query</param>
<param name="groupByThrottlePolicy">Group query result by Throttle
Policy applied.</param>
<param name="groupByOperationName">Group query result by Operation
Name.</param>
<param name="groupByResourceName">Group query result by Resource
Name.</param>
<param name="groupByClientApplicationId">Group query result by
Client Application ID.</param>
<param name="groupByUserAgent">Group query result by User
Agent.</param>
<summary>
Initializes a new instance of the LogAnalyticsInputBase class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BlobContainerSasUri">
<MemberSignature Language="C#" Value="public string BlobContainerSasUri { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string BlobContainerSasUri" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.BlobContainerSasUri" />
<MemberSignature Language="VB.NET" Value="Public Property BlobContainerSasUri As String" />
<MemberSignature Language="F#" Value="member this.BlobContainerSasUri : string with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.BlobContainerSasUri" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="blobContainerSasUri")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="blobContainerSasUri")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets SAS Uri of the logging blob container to which
LogAnalytics Api writes output logs to.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FromTime">
<MemberSignature Language="C#" Value="public DateTime FromTime { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.DateTime FromTime" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.FromTime" />
<MemberSignature Language="VB.NET" Value="Public Property FromTime As DateTime" />
<MemberSignature Language="F#" Value="member this.FromTime : DateTime with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.FromTime" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="fromTime")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="fromTime")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.DateTime</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets from time of the query
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GroupByClientApplicationId">
<MemberSignature Language="C#" Value="public bool? GroupByClientApplicationId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> GroupByClientApplicationId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByClientApplicationId" />
<MemberSignature Language="VB.NET" Value="Public Property GroupByClientApplicationId As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.GroupByClientApplicationId : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByClientApplicationId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="groupByClientApplicationId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="groupByClientApplicationId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets group query result by Client Application ID.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GroupByOperationName">
<MemberSignature Language="C#" Value="public bool? GroupByOperationName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> GroupByOperationName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByOperationName" />
<MemberSignature Language="VB.NET" Value="Public Property GroupByOperationName As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.GroupByOperationName : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByOperationName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="groupByOperationName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="groupByOperationName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets group query result by Operation Name.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GroupByResourceName">
<MemberSignature Language="C#" Value="public bool? GroupByResourceName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> GroupByResourceName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByResourceName" />
<MemberSignature Language="VB.NET" Value="Public Property GroupByResourceName As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.GroupByResourceName : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByResourceName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="groupByResourceName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="groupByResourceName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets group query result by Resource Name.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GroupByThrottlePolicy">
<MemberSignature Language="C#" Value="public bool? GroupByThrottlePolicy { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> GroupByThrottlePolicy" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByThrottlePolicy" />
<MemberSignature Language="VB.NET" Value="Public Property GroupByThrottlePolicy As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.GroupByThrottlePolicy : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByThrottlePolicy" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="groupByThrottlePolicy")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="groupByThrottlePolicy")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets group query result by Throttle Policy applied.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GroupByUserAgent">
<MemberSignature Language="C#" Value="public bool? GroupByUserAgent { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> GroupByUserAgent" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByUserAgent" />
<MemberSignature Language="VB.NET" Value="Public Property GroupByUserAgent As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.GroupByUserAgent : Nullable<bool> with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.GroupByUserAgent" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="groupByUserAgent")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="groupByUserAgent")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets group query result by User Agent.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ToTime">
<MemberSignature Language="C#" Value="public DateTime ToTime { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.DateTime ToTime" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.ToTime" />
<MemberSignature Language="VB.NET" Value="Public Property ToTime As DateTime" />
<MemberSignature Language="F#" Value="member this.ToTime : DateTime with get, set" Usage="Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.ToTime" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="toTime")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="toTime")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.DateTime</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets to time of the query
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Models.LogAnalyticsInputBase.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="logAnalyticsInputBase.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<AssemblyVersion>61.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>