-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathOperationDisplay.xml
183 lines (183 loc) · 9.51 KB
/
OperationDisplay.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
<Type Name="OperationDisplay" FullName="Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay">
<TypeSignature Language="C#" Value="public class OperationDisplay" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit OperationDisplay extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay" />
<TypeSignature Language="VB.NET" Value="Public Class OperationDisplay" />
<TypeSignature Language="F#" Value="type OperationDisplay = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The display information for a particular operation.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OperationDisplay ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the OperationDisplay class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OperationDisplay (string provider = default, string resource = default, string operation = default, string description = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string provider, string resource, string operation, string description) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.#ctor(System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing, Optional description As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay : string * string * string * string -> Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay" Usage="new Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay (provider, resource, operation, description)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="provider" Type="System.String" />
<Parameter Name="resource" Type="System.String" />
<Parameter Name="operation" Type="System.String" />
<Parameter Name="description" Type="System.String" />
</Parameters>
<Docs>
<param name="provider">The resource provider of the
operation.</param>
<param name="resource">The resource type of the operation.</param>
<param name="operation">A friendly name of the operation.</param>
<param name="description">A friendly description of the
operation.</param>
<summary>
Initializes a new instance of the OperationDisplay class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Description">
<MemberSignature Language="C#" Value="public string Description { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Description" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Description" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Description As String" />
<MemberSignature Language="F#" Value="member this.Description : string" Usage="Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Description" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="description")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="description")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets a friendly description of the operation.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Operation">
<MemberSignature Language="C#" Value="public string Operation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Operation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Operation" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Operation As String" />
<MemberSignature Language="F#" Value="member this.Operation : string" Usage="Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Operation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="operation")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="operation")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets a friendly name of the operation.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Provider">
<MemberSignature Language="C#" Value="public string Provider { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Provider" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Provider" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Provider As String" />
<MemberSignature Language="F#" Value="member this.Provider : string" Usage="Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Provider" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="provider")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="provider")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the resource provider of the operation.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Resource">
<MemberSignature Language="C#" Value="public string Resource { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Resource" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Resource" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Resource As String" />
<MemberSignature Language="F#" Value="member this.Resource : string" Usage="Microsoft.Azure.Management.DataLake.Store.Models.OperationDisplay.Resource" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="resource")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="resource")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the resource type of the operation.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>