-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathReplicationState.xml
126 lines (126 loc) · 7.91 KB
/
ReplicationState.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
<Type Name="ReplicationState" FullName="Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState">
<TypeSignature Language="C#" Value="public class ReplicationState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ReplicationState extends Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState" />
<TypeSignature Language="VB.NET" Value="Public Class ReplicationState
Inherits ExpandableStringEnum(Of ReplicationState)" />
<TypeSignature Language="F#" Value="type ReplicationState = class
 inherit ExpandableStringEnum<ReplicationState>" />
<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.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="!0">Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState>))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState>))>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Defines values for ReplicationState.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReplicationState ();" />
<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.ReplicationState.#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>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CATCHUP">
<MemberSignature Language="C#" Value="public static readonly Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState CATCHUP;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState CATCHUP" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.CATCHUP" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly CATCHUP As ReplicationState " />
<MemberSignature Language="F#" Value=" staticval mutable CATCHUP : Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.CATCHUP" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PENDING">
<MemberSignature Language="C#" Value="public static readonly Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState PENDING;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState PENDING" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.PENDING" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly PENDING As ReplicationState " />
<MemberSignature Language="F#" Value=" staticval mutable PENDING : Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.PENDING" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SEEDING">
<MemberSignature Language="C#" Value="public static readonly Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState SEEDING;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState SEEDING" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.SEEDING" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly SEEDING As ReplicationState " />
<MemberSignature Language="F#" Value=" staticval mutable SEEDING : Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.SEEDING" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SUSPENDED">
<MemberSignature Language="C#" Value="public static readonly Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState SUSPENDED;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState SUSPENDED" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.SUSPENDED" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly SUSPENDED As ReplicationState " />
<MemberSignature Language="F#" Value=" staticval mutable SUSPENDED : Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState.SUSPENDED" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>