-
Notifications
You must be signed in to change notification settings - Fork 268
/
ServiceError.xml
151 lines (151 loc) · 8.2 KB
/
ServiceError.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
<Type Name="ServiceError" FullName="Microsoft.Azure.Management.Quota.Models.ServiceError">
<TypeSignature Language="C#" Value="public class ServiceError" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ServiceError extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Quota.Models.ServiceError" />
<TypeSignature Language="VB.NET" Value="Public Class ServiceError" />
<TypeSignature Language="F#" Value="type ServiceError = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
API error details.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ServiceError ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Quota.Models.ServiceError.#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 ServiceError class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ServiceError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail> details = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string code, string message, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail> details) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Quota.Models.ServiceError.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of ServiceErrorDetail) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Quota.Models.ServiceError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail> -> Microsoft.Azure.Management.Quota.Models.ServiceError" Usage="new Microsoft.Azure.Management.Quota.Models.ServiceError (code, message, details)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Quota</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="code" Type="System.String" />
<Parameter Name="message" Type="System.String" />
<Parameter Name="details" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail>" />
</Parameters>
<Docs>
<param name="code">Error code.</param>
<param name="message">Error message.</param>
<param name="details">List of error details.</param>
<summary>
Initializes a new instance of the ServiceError class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Code">
<MemberSignature Language="C#" Value="public string Code { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Code" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.ServiceError.Code" />
<MemberSignature Language="VB.NET" Value="Public Property Code As String" />
<MemberSignature Language="F#" Value="member this.Code : string with get, set" Usage="Microsoft.Azure.Management.Quota.Models.ServiceError.Code" />
<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="code")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets error code.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Details">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail> Details { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail> Details" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.ServiceError.Details" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Details As IList(Of ServiceErrorDetail)" />
<MemberSignature Language="F#" Value="member this.Details : System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail>" Usage="Microsoft.Azure.Management.Quota.Models.ServiceError.Details" />
<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="details")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="details")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets list of error details.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Message">
<MemberSignature Language="C#" Value="public string Message { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Message" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Quota.Models.ServiceError.Message" />
<MemberSignature Language="VB.NET" Value="Public Property Message As String" />
<MemberSignature Language="F#" Value="member this.Message : string with get, set" Usage="Microsoft.Azure.Management.Quota.Models.ServiceError.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 or sets error message.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>