-
Notifications
You must be signed in to change notification settings - Fork 268
/
QuotaRequestProperties.xml
218 lines (218 loc) · 13 KB
/
QuotaRequestProperties.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
<Type Name="QuotaRequestProperties" FullName="Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties">
<TypeSignature Language="C#" Value="public class QuotaRequestProperties" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit QuotaRequestProperties extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties" />
<TypeSignature Language="VB.NET" Value="Public Class QuotaRequestProperties" />
<TypeSignature Language="F#" Value="type QuotaRequestProperties = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Quota request properties.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public QuotaRequestProperties ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the QuotaRequestProperties class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public QuotaRequestProperties (string provisioningState = default, string message = default, Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail error = default, DateTime? requestSubmitTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest> value = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string provisioningState, string message, class Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail error, valuetype System.Nullable`1<valuetype System.DateTime> requestSubmitTime, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Quota.Models.SubRequest> value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.#ctor(System.String,System.String,Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail,System.Nullable{System.DateTime},System.Collections.Generic.IList{Microsoft.Azure.Management.Quota.Models.SubRequest})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional provisioningState As String = Nothing, Optional message As String = Nothing, Optional error As ServiceErrorDetail = Nothing, Optional requestSubmitTime As Nullable(Of DateTime) = Nothing, Optional value As IList(Of SubRequest) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties : string * string * Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest> -> Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties" Usage="new Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties (provisioningState, message, error, requestSubmitTime, value)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="provisioningState" Type="System.String" />
<Parameter Name="message" Type="System.String" />
<Parameter Name="error" Type="Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail" />
<Parameter Name="requestSubmitTime" Type="System.Nullable<System.DateTime>" />
<Parameter Name="value" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest>" />
</Parameters>
<Docs>
<param name="provisioningState">The quota request status. Possible
values include: 'Accepted', 'Invalid', 'Succeeded', 'Failed',
'InProgress'</param>
<param name="message">User-friendly status message.</param>
<param name="error">Error details of the quota request.</param>
<param name="requestSubmitTime">The quota request submission time.
The date conforms to the following format specified by the ISO 8601
standard: yyyy-MM-ddTHH:mm:ssZ</param>
<param name="value">Quota request details.</param>
<summary>
Initializes a new instance of the QuotaRequestProperties class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Error">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail Error { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail Error" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.Error" />
<MemberSignature Language="VB.NET" Value="Public Property Error As ServiceErrorDetail" />
<MemberSignature Language="F#" Value="member this.Error : Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail with get, set" Usage="Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.Error" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="error")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets error details of the quota request.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Message">
<MemberSignature Language="C#" Value="public string Message { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Message" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.Message" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Message As String" />
<MemberSignature Language="F#" Value="member this.Message : string" Usage="Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.Message" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="message")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="message")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets user-friendly status message.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ProvisioningState">
<MemberSignature Language="C#" Value="public string ProvisioningState { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ProvisioningState" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.ProvisioningState" />
<MemberSignature Language="VB.NET" Value="Public Property ProvisioningState As String" />
<MemberSignature Language="F#" Value="member this.ProvisioningState : string with get, set" Usage="Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.ProvisioningState" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="provisioningState")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="provisioningState")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the quota request status. Possible values include:
'Accepted', 'Invalid', 'Succeeded', 'Failed', 'InProgress'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RequestSubmitTime">
<MemberSignature Language="C#" Value="public DateTime? RequestSubmitTime { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> RequestSubmitTime" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.RequestSubmitTime" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RequestSubmitTime As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.RequestSubmitTime : Nullable<DateTime>" Usage="Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.RequestSubmitTime" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="requestSubmitTime")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="requestSubmitTime")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the quota request submission time. The date conforms to the
following format specified by the ISO 8601 standard:
yyyy-MM-ddTHH:mm:ssZ
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Value">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest> Value { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Quota.Models.SubRequest> Value" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.Value" />
<MemberSignature Language="VB.NET" Value="Public Property Value As IList(Of SubRequest)" />
<MemberSignature Language="F#" Value="member this.Value : System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest> with get, set" Usage="Microsoft.Azure.Management.Quota.Models.QuotaRequestProperties.Value" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="value")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.SubRequest></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets quota request details.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>