-
Notifications
You must be signed in to change notification settings - Fork 264
/
ElasticPoolEditionCapability.xml
190 lines (190 loc) · 12.1 KB
/
ElasticPoolEditionCapability.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
<Type Name="ElasticPoolEditionCapability" FullName="Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability">
<TypeSignature Language="C#" Value="public class ElasticPoolEditionCapability" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ElasticPoolEditionCapability extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability" />
<TypeSignature Language="VB.NET" Value="Public Class ElasticPoolEditionCapability" />
<TypeSignature Language="F#" Value="type ElasticPoolEditionCapability = 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>
The elastic pool edition capabilities.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ElasticPoolEditionCapability ();" />
<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.ElasticPoolEditionCapability.#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 ElasticPoolEditionCapability
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ElasticPoolEditionCapability (string name = default, Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus? status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability> supportedElasticPoolDtus = default, bool? zoneRedundant = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name, valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus> status, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability> supportedElasticPoolDtus, valuetype System.Nullable`1<bool> zoneRedundant) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.#ctor(System.String,System.Nullable{Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus},System.Collections.Generic.IList{Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability},System.Nullable{System.Boolean})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional name As String = Nothing, Optional status As Nullable(Of CapabilityStatus) = Nothing, Optional supportedElasticPoolDtus As IList(Of ElasticPoolDtuCapability) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability : string * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability" Usage="new Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability (name, status, supportedElasticPoolDtus, zoneRedundant)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="status" Type="System.Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus>" />
<Parameter Name="supportedElasticPoolDtus" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability>" />
<Parameter Name="zoneRedundant" Type="System.Nullable<System.Boolean>" />
</Parameters>
<Docs>
<param name="name">The elastic pool edition name.</param>
<param name="status">The status of the elastic pool edition.
Possible values include: 'Visible', 'Available', 'Default',
'Disabled'</param>
<param name="supportedElasticPoolDtus">The list of supported
elastic pool DTU levels for the edition.</param>
<param name="zoneRedundant">Whether or not zone redundancy is
supported for the edition.</param>
<summary>
Initializes a new instance of the ElasticPoolEditionCapability
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public string Name { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.Name" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Name As String" />
<MemberSignature Language="F#" Value="member this.Name : string" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.Name" />
<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="name")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the elastic pool edition name.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Status">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus? Status { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus> Status" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.Status" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Status As Nullable(Of CapabilityStatus)" />
<MemberSignature Language="F#" Value="member this.Status : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus>" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.Status" />
<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="status")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the status of the elastic pool edition. Possible values
include: 'Visible', 'Available', 'Default', 'Disabled'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SupportedElasticPoolDtus">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability> SupportedElasticPoolDtus { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability> SupportedElasticPoolDtus" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.SupportedElasticPoolDtus" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SupportedElasticPoolDtus As IList(Of ElasticPoolDtuCapability)" />
<MemberSignature Language="F#" Value="member this.SupportedElasticPoolDtus : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability>" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.SupportedElasticPoolDtus" />
<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="supportedElasticPoolDtus")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="supportedElasticPoolDtus")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDtuCapability></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the list of supported elastic pool DTU levels for the edition.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ZoneRedundant">
<MemberSignature Language="C#" Value="public bool? ZoneRedundant { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> ZoneRedundant" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.ZoneRedundant" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ZoneRedundant As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.ZoneRedundant : Nullable<bool>" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEditionCapability.ZoneRedundant" />
<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="zoneRedundant")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="zoneRedundant")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets whether or not zone redundancy is supported for the edition.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>