-
Notifications
You must be signed in to change notification settings - Fork 264
/
OperationListResult.xml
94 lines (94 loc) · 5.44 KB
/
OperationListResult.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
<Type Name="OperationListResult" FullName="Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult">
<TypeSignature Language="C#" Value="public class OperationListResult" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit OperationListResult extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult" />
<TypeSignature Language="VB.NET" Value="Public Class OperationListResult" />
<TypeSignature Language="F#" Value="type OperationListResult = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<AssemblyVersion>0.9.5.0</AssemblyVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
A list of resource provider operations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OperationListResult ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the OperationListResult class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OperationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.Operation> value = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.PostgreSQL.Models.Operation> value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.PostgreSQL.Models.Operation})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional value As IList(Of Operation) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.Operation> -> Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult" Usage="new Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult value" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="value" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.Operation>" />
</Parameters>
<Docs>
<param name="value">The list of resource provider
operations.</param>
<summary>
Initializes a new instance of the OperationListResult class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Value">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.Operation> Value { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.PostgreSQL.Models.Operation> Value" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult.Value" />
<MemberSignature Language="VB.NET" Value="Public Property Value As IList(Of Operation)" />
<MemberSignature Language="F#" Value="member this.Value : System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.Operation> with get, set" Usage="Microsoft.Azure.Management.PostgreSQL.Models.OperationListResult.Value" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<AssemblyVersion>2.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.PostgreSQL.Models.Operation></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the list of resource provider operations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>