-
Notifications
You must be signed in to change notification settings - Fork 264
/
ThrottledRequestsInput.xml
104 lines (104 loc) · 6.64 KB
/
ThrottledRequestsInput.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
<Type Name="ThrottledRequestsInput" FullName="Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput">
<TypeSignature Language="C#" Value="public class ThrottledRequestsInput : Microsoft.Azure.Management.Compute.Fluent.Models.LogAnalyticsInputBase" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ThrottledRequestsInput extends Microsoft.Azure.Management.Compute.Fluent.Models.LogAnalyticsInputBase" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput" />
<TypeSignature Language="VB.NET" Value="Public Class ThrottledRequestsInput
Inherits LogAnalyticsInputBase" />
<TypeSignature Language="F#" Value="type ThrottledRequestsInput = class
 inherit LogAnalyticsInputBase" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.Compute.Fluent.Models.LogAnalyticsInputBase</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Api request input for LogAnalytics getThrottledRequests Api.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ThrottledRequestsInput ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ThrottledRequestsInput class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ThrottledRequestsInput (string blobContainerSasUri, DateTime fromTime, DateTime toTime, bool? groupByThrottlePolicy = default, bool? groupByOperationName = default, bool? groupByResourceName = 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) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput.#ctor(System.String,System.DateTime,System.DateTime,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)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput : string * DateTime * DateTime * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput" Usage="new Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput (blobContainerSasUri, fromTime, toTime, groupByThrottlePolicy, groupByOperationName, groupByResourceName)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</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>" />
</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>
<summary>
Initializes a new instance of the ThrottledRequestsInput class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public override void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overrides Sub Validate ()" />
<MemberSignature Language="F#" Value="override this.Validate : unit -> unit" Usage="throttledRequestsInput.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Compute.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</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>