-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathFailoverGroupReadWriteEndpoint.xml
161 lines (161 loc) · 9.82 KB
/
FailoverGroupReadWriteEndpoint.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
<Type Name="FailoverGroupReadWriteEndpoint" FullName="Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint">
<TypeSignature Language="C#" Value="public class FailoverGroupReadWriteEndpoint" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FailoverGroupReadWriteEndpoint extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint" />
<TypeSignature Language="VB.NET" Value="Public Class FailoverGroupReadWriteEndpoint" />
<TypeSignature Language="F#" Value="type FailoverGroupReadWriteEndpoint = class" />
<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>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Read-write endpoint of the failover group instance.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FailoverGroupReadWriteEndpoint ();" />
<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.FailoverGroupReadWriteEndpoint.#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 FailoverGroupReadWriteEndpoint
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FailoverGroupReadWriteEndpoint (Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy failoverPolicy, int? failoverWithDataLossGracePeriodMinutes = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy failoverPolicy, valuetype System.Nullable`1<int32> failoverWithDataLossGracePeriodMinutes) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint.#ctor(Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy,System.Nullable{System.Int32})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (failoverPolicy As ReadWriteEndpointFailoverPolicy, Optional failoverWithDataLossGracePeriodMinutes As Nullable(Of Integer) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint : Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy * Nullable<int> -> Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint" Usage="new Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint (failoverPolicy, failoverWithDataLossGracePeriodMinutes)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="failoverPolicy" Type="Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy" />
<Parameter Name="failoverWithDataLossGracePeriodMinutes" Type="System.Nullable<System.Int32>" />
</Parameters>
<Docs>
<param name="failoverPolicy">Failover policy of the read-write
endpoint for the failover group. If failoverPolicy is Automatic
then failoverWithDataLossGracePeriodMinutes is required. Possible
values include: 'Manual', 'Automatic'</param>
<param name="failoverWithDataLossGracePeriodMinutes">Grace period
before failover with data loss is attempted for the read-write
endpoint. If failoverPolicy is Automatic then
failoverWithDataLossGracePeriodMinutes is required.</param>
<summary>
Initializes a new instance of the FailoverGroupReadWriteEndpoint
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FailoverPolicy">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy FailoverPolicy { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy FailoverPolicy" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint.FailoverPolicy" />
<MemberSignature Language="VB.NET" Value="Public Property FailoverPolicy As ReadWriteEndpointFailoverPolicy" />
<MemberSignature Language="F#" Value="member this.FailoverPolicy : Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint.FailoverPolicy" />
<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="failoverPolicy")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="failoverPolicy")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.ReadWriteEndpointFailoverPolicy</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets failover policy of the read-write endpoint for the
failover group. If failoverPolicy is Automatic then
failoverWithDataLossGracePeriodMinutes is required. Possible values
include: 'Manual', 'Automatic'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FailoverWithDataLossGracePeriodMinutes">
<MemberSignature Language="C#" Value="public int? FailoverWithDataLossGracePeriodMinutes { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> FailoverWithDataLossGracePeriodMinutes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint.FailoverWithDataLossGracePeriodMinutes" />
<MemberSignature Language="VB.NET" Value="Public Property FailoverWithDataLossGracePeriodMinutes As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.FailoverWithDataLossGracePeriodMinutes : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.FailoverGroupReadWriteEndpoint.FailoverWithDataLossGracePeriodMinutes" />
<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="failoverWithDataLossGracePeriodMinutes")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="failoverWithDataLossGracePeriodMinutes")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets grace period before failover with data loss is
attempted for the read-write endpoint. If failoverPolicy is
Automatic then failoverWithDataLossGracePeriodMinutes is required.
</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.FailoverGroupReadWriteEndpoint.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="failoverGroupReadWriteEndpoint.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>