-
Notifications
You must be signed in to change notification settings - Fork 264
/
ServerForCreate.xml
242 lines (242 loc) · 14.2 KB
/
ServerForCreate.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<Type Name="ServerForCreate" FullName="Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate">
<TypeSignature Language="C#" Value="public class ServerForCreate" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ServerForCreate extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate" />
<TypeSignature Language="VB.NET" Value="Public Class ServerForCreate" />
<TypeSignature Language="F#" Value="type ServerForCreate = 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>
Represents a server to be created.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ServerForCreate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.#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 ServerForCreate class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ServerForCreate (Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate properties, string location, Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity identity = default, Microsoft.Azure.Management.PostgreSQL.Models.Sku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate properties, string location, class Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity identity, class Microsoft.Azure.Management.PostgreSQL.Models.Sku sku, class System.Collections.Generic.IDictionary`2<string, string> tags) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.#ctor(Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate,System.String,Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity,Microsoft.Azure.Management.PostgreSQL.Models.Sku,System.Collections.Generic.IDictionary{System.String,System.String})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (properties As ServerPropertiesForCreate, location As String, Optional identity As ResourceIdentity = Nothing, Optional sku As Sku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate : Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate * string * Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity * Microsoft.Azure.Management.PostgreSQL.Models.Sku * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate" Usage="new Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate (properties, location, identity, sku, tags)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="properties" Type="Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate" />
<Parameter Name="location" Type="System.String" />
<Parameter Name="identity" Type="Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity" />
<Parameter Name="sku" Type="Microsoft.Azure.Management.PostgreSQL.Models.Sku" />
<Parameter Name="tags" Type="System.Collections.Generic.IDictionary<System.String,System.String>" />
</Parameters>
<Docs>
<param name="properties">Properties of the server.</param>
<param name="location">The location the resource resides
in.</param>
<param name="identity">The Azure Active Directory identity of the
server.</param>
<param name="sku">The SKU (pricing tier) of the server.</param>
<param name="tags">Application-specific metadata in the form of
key-value pairs.</param>
<summary>
Initializes a new instance of the ServerForCreate class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Identity">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity Identity { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity Identity" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Identity" />
<MemberSignature Language="VB.NET" Value="Public Property Identity As ResourceIdentity" />
<MemberSignature Language="F#" Value="member this.Identity : Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity with get, set" Usage="Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Identity" />
<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="identity")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="identity")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the Azure Active Directory identity of the server.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Location">
<MemberSignature Language="C#" Value="public string Location { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Location" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Location" />
<MemberSignature Language="VB.NET" Value="Public Property Location As String" />
<MemberSignature Language="F#" Value="member this.Location : string with get, set" Usage="Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Location" />
<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="location")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="location")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the location the resource resides in.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Properties">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate Properties { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate Properties" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Properties" />
<MemberSignature Language="VB.NET" Value="Public Property Properties As ServerPropertiesForCreate" />
<MemberSignature Language="F#" Value="member this.Properties : Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate with get, set" Usage="Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Properties" />
<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="properties")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets properties of the server.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Sku">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.PostgreSQL.Models.Sku Sku { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.PostgreSQL.Models.Sku Sku" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Sku" />
<MemberSignature Language="VB.NET" Value="Public Property Sku As Sku" />
<MemberSignature Language="F#" Value="member this.Sku : Microsoft.Azure.Management.PostgreSQL.Models.Sku with get, set" Usage="Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Sku" />
<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="sku")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.PostgreSQL.Models.Sku</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the SKU (pricing tier) of the server.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Tags">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,string> Tags { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, string> Tags" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Tags" />
<MemberSignature Language="VB.NET" Value="Public Property Tags As IDictionary(Of String, String)" />
<MemberSignature Language="F#" Value="member this.Tags : System.Collections.Generic.IDictionary<string, string> with get, set" Usage="Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Tags" />
<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="tags")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="tags")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.String,System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets application-specific metadata in the form of key-value
pairs.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="serverForCreate.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>