-
Notifications
You must be signed in to change notification settings - Fork 264
/
Usage.xml
217 lines (217 loc) · 11.6 KB
/
Usage.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
<Type Name="Usage" FullName="Microsoft.Azure.Management.CosmosDB.Models.Usage">
<TypeSignature Language="C#" Value="public class Usage" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Usage extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.CosmosDB.Models.Usage" />
<TypeSignature Language="VB.NET" Value="Public Class Usage" />
<TypeSignature Language="F#" Value="type Usage = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The usage data for a usage request.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Usage ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Models.Usage.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the Usage class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Usage (string unit = default, Microsoft.Azure.Management.CosmosDB.Models.MetricName name = default, string quotaPeriod = default, long? limit = default, long? currentValue = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string unit, class Microsoft.Azure.Management.CosmosDB.Models.MetricName name, string quotaPeriod, valuetype System.Nullable`1<int64> limit, valuetype System.Nullable`1<int64> currentValue) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Models.Usage.#ctor(System.String,Microsoft.Azure.Management.CosmosDB.Models.MetricName,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional unit As String = Nothing, Optional name As MetricName = Nothing, Optional quotaPeriod As String = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional currentValue As Nullable(Of Long) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.CosmosDB.Models.Usage : string * Microsoft.Azure.Management.CosmosDB.Models.MetricName * string * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.CosmosDB.Models.Usage" Usage="new Microsoft.Azure.Management.CosmosDB.Models.Usage (unit, name, quotaPeriod, limit, currentValue)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="unit" Type="System.String" />
<Parameter Name="name" Type="Microsoft.Azure.Management.CosmosDB.Models.MetricName" />
<Parameter Name="quotaPeriod" Type="System.String" />
<Parameter Name="limit" Type="System.Nullable<System.Int64>" />
<Parameter Name="currentValue" Type="System.Nullable<System.Int64>" />
</Parameters>
<Docs>
<param name="unit">The unit of the metric. Possible values include:
'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond',
'BytesPerSecond', 'Milliseconds'</param>
<param name="name">The name information for the metric.</param>
<param name="quotaPeriod">The quota period used to summarize the
usage values.</param>
<param name="limit">Maximum value for this metric</param>
<param name="currentValue">Current value for this metric</param>
<summary>
Initializes a new instance of the Usage class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrentValue">
<MemberSignature Language="C#" Value="public long? CurrentValue { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> CurrentValue" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.CosmosDB.Models.Usage.CurrentValue" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CurrentValue As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.CurrentValue : Nullable<int64>" Usage="Microsoft.Azure.Management.CosmosDB.Models.Usage.CurrentValue" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="currentValue")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="currentValue")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets current value for this metric
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Limit">
<MemberSignature Language="C#" Value="public long? Limit { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> Limit" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.CosmosDB.Models.Usage.Limit" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Limit As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.Limit : Nullable<int64>" Usage="Microsoft.Azure.Management.CosmosDB.Models.Usage.Limit" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="limit")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="limit")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets maximum value for this metric
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.CosmosDB.Models.MetricName Name { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.CosmosDB.Models.MetricName Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.CosmosDB.Models.Usage.Name" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Name As MetricName" />
<MemberSignature Language="F#" Value="member this.Name : Microsoft.Azure.Management.CosmosDB.Models.MetricName" Usage="Microsoft.Azure.Management.CosmosDB.Models.Usage.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="name")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.CosmosDB.Models.MetricName</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the name information for the metric.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="QuotaPeriod">
<MemberSignature Language="C#" Value="public string QuotaPeriod { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string QuotaPeriod" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.CosmosDB.Models.Usage.QuotaPeriod" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property QuotaPeriod As String" />
<MemberSignature Language="F#" Value="member this.QuotaPeriod : string" Usage="Microsoft.Azure.Management.CosmosDB.Models.Usage.QuotaPeriod" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="quotaPeriod")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="quotaPeriod")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the quota period used to summarize the usage values.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Unit">
<MemberSignature Language="C#" Value="public string Unit { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Unit" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.CosmosDB.Models.Usage.Unit" />
<MemberSignature Language="VB.NET" Value="Public Property Unit As String" />
<MemberSignature Language="F#" Value="member this.Unit : string with get, set" Usage="Microsoft.Azure.Management.CosmosDB.Models.Usage.Unit" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="unit")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the unit of the metric. Possible values include:
'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond',
'BytesPerSecond', 'Milliseconds'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>