-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathInstanceFailoverGroupInner.xml
288 lines (288 loc) · 20.4 KB
/
InstanceFailoverGroupInner.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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<Type Name="InstanceFailoverGroupInner" FullName="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner">
<TypeSignature Language="C#" Value="public class InstanceFailoverGroupInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit InstanceFailoverGroupInner extends Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner" />
<TypeSignature Language="VB.NET" Value="Public Class InstanceFailoverGroupInner
Inherits ProxyResourceInner" />
<TypeSignature Language="F#" Value="type InstanceFailoverGroupInner = class
 inherit ProxyResourceInner" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
An instance failover group.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public InstanceFailoverGroupInner ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the InstanceFailoverGroupInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public InstanceFailoverGroupInner (Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint readWriteEndpoint, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo> partnerRegions, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo> managedInstancePairs, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint readOnlyEndpoint = default, Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole replicationRole = default, string replicationState = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint readWriteEndpoint, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo> partnerRegions, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo> managedInstancePairs, string id, string name, string type, class Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint readOnlyEndpoint, class Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole replicationRole, string replicationState) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.#ctor(Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint,System.Collections.Generic.IList{Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo},System.Collections.Generic.IList{Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo},System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint,Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (readWriteEndpoint As InstanceFailoverGroupReadWriteEndpoint, partnerRegions As IList(Of PartnerRegionInfo), managedInstancePairs As IList(Of ManagedInstancePairInfo), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional readOnlyEndpoint As InstanceFailoverGroupReadOnlyEndpoint = Nothing, Optional replicationRole As InstanceFailoverGroupReplicationRole = Nothing, Optional replicationState As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner : Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo> * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint * Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole * string -> Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner" Usage="new Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner (readWriteEndpoint, partnerRegions, managedInstancePairs, id, name, type, readOnlyEndpoint, replicationRole, replicationState)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="readWriteEndpoint" Type="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint" />
<Parameter Name="partnerRegions" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo>" />
<Parameter Name="managedInstancePairs" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo>" />
<Parameter Name="id" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="type" Type="System.String" />
<Parameter Name="readOnlyEndpoint" Type="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint" />
<Parameter Name="replicationRole" Type="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole" />
<Parameter Name="replicationState" Type="System.String" />
</Parameters>
<Docs>
<param name="id">To be added.</param>
<param name="name">To be added.</param>
<param name="type">To be added.</param>
<param name="readWriteEndpoint">Read-write endpoint of the failover
group instance.</param>
<param name="partnerRegions">Partner region information for the
failover group.</param>
<param name="managedInstancePairs">List of managed instance pairs
in the failover group.</param>
<param name="readOnlyEndpoint">Read-only endpoint of the failover
group instance.</param>
<param name="replicationRole">Local replication role of the
failover group instance. Possible values include: 'Primary',
'Secondary'</param>
<param name="replicationState">Replication state of the failover
group instance.</param>
<summary>
Initializes a new instance of the InstanceFailoverGroupInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ManagedInstancePairs">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo> ManagedInstancePairs { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo> ManagedInstancePairs" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ManagedInstancePairs" />
<MemberSignature Language="VB.NET" Value="Public Property ManagedInstancePairs As IList(Of ManagedInstancePairInfo)" />
<MemberSignature Language="F#" Value="member this.ManagedInstancePairs : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo> with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ManagedInstancePairs" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.managedInstancePairs")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.managedInstancePairs")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstancePairInfo></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets list of managed instance pairs in the failover group.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PartnerRegions">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo> PartnerRegions { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo> PartnerRegions" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.PartnerRegions" />
<MemberSignature Language="VB.NET" Value="Public Property PartnerRegions As IList(Of PartnerRegionInfo)" />
<MemberSignature Language="F#" Value="member this.PartnerRegions : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo> with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.PartnerRegions" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRegions")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRegions")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.PartnerRegionInfo></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets partner region information for the failover group.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadOnlyEndpoint">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint ReadOnlyEndpoint { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint ReadOnlyEndpoint" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReadOnlyEndpoint" />
<MemberSignature Language="VB.NET" Value="Public Property ReadOnlyEndpoint As InstanceFailoverGroupReadOnlyEndpoint" />
<MemberSignature Language="F#" Value="member this.ReadOnlyEndpoint : Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReadOnlyEndpoint" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.readOnlyEndpoint")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.readOnlyEndpoint")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadOnlyEndpoint</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets read-only endpoint of the failover group instance.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadWriteEndpoint">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint ReadWriteEndpoint { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint ReadWriteEndpoint" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReadWriteEndpoint" />
<MemberSignature Language="VB.NET" Value="Public Property ReadWriteEndpoint As InstanceFailoverGroupReadWriteEndpoint" />
<MemberSignature Language="F#" Value="member this.ReadWriteEndpoint : Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReadWriteEndpoint" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.readWriteEndpoint")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.readWriteEndpoint")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReadWriteEndpoint</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets read-write endpoint of the failover group instance.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplicationRole">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole ReplicationRole { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole ReplicationRole" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReplicationRole" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ReplicationRole As InstanceFailoverGroupReplicationRole" />
<MemberSignature Language="F#" Value="member this.ReplicationRole : Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReplicationRole" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationRole")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationRole")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupReplicationRole</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets local replication role of the failover group instance.
Possible values include: 'Primary', 'Secondary'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplicationState">
<MemberSignature Language="C#" Value="public string ReplicationState { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ReplicationState" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReplicationState" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ReplicationState As String" />
<MemberSignature Language="F#" Value="member this.ReplicationState : string" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.InstanceFailoverGroupInner.ReplicationState" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationState")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationState")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets replication state of the failover group instance.
</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.Sql.Fluent.Models.InstanceFailoverGroupInner.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="override this.Validate : unit -> unit" Usage="instanceFailoverGroupInner.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</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>