-
Notifications
You must be signed in to change notification settings - Fork 264
/
ReplicationUsage.xml
251 lines (251 loc) · 16 KB
/
ReplicationUsage.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
<Type Name="ReplicationUsage" FullName="Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage">
<TypeSignature Language="C#" Value="public class ReplicationUsage" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ReplicationUsage extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage" />
<TypeSignature Language="VB.NET" Value="Public Class ReplicationUsage" />
<TypeSignature Language="F#" Value="type ReplicationUsage = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.1.0</AssemblyVersion>
<AssemblyVersion>4.3.2.0</AssemblyVersion>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Replication usages of a vault.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReplicationUsage ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ReplicationUsage class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReplicationUsage (Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary monitoringSummary = default, Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary jobsSummary = default, int? protectedItemCount = default, int? recoveryPlanCount = default, int? registeredServersCount = default, int? recoveryServicesProviderAuthType = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary monitoringSummary, class Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary jobsSummary, valuetype System.Nullable`1<int32> protectedItemCount, valuetype System.Nullable`1<int32> recoveryPlanCount, valuetype System.Nullable`1<int32> registeredServersCount, valuetype System.Nullable`1<int32> recoveryServicesProviderAuthType) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.#ctor(Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary,Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional monitoringSummary As MonitoringSummary = Nothing, Optional jobsSummary As JobsSummary = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional recoveryPlanCount As Nullable(Of Integer) = Nothing, Optional registeredServersCount As Nullable(Of Integer) = Nothing, Optional recoveryServicesProviderAuthType As Nullable(Of Integer) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage : Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary * Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage" Usage="new Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage (monitoringSummary, jobsSummary, protectedItemCount, recoveryPlanCount, registeredServersCount, recoveryServicesProviderAuthType)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="monitoringSummary" Type="Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary" />
<Parameter Name="jobsSummary" Type="Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary" />
<Parameter Name="protectedItemCount" Type="System.Nullable<System.Int32>" />
<Parameter Name="recoveryPlanCount" Type="System.Nullable<System.Int32>" />
<Parameter Name="registeredServersCount" Type="System.Nullable<System.Int32>" />
<Parameter Name="recoveryServicesProviderAuthType" Type="System.Nullable<System.Int32>" />
</Parameters>
<Docs>
<param name="monitoringSummary">Summary of the replication
monitoring data for this vault.</param>
<param name="jobsSummary">Summary of the replication jobs data for
this vault.</param>
<param name="protectedItemCount">Number of replication protected
items for this vault.</param>
<param name="recoveryPlanCount">Number of replication recovery
plans for this vault.</param>
<param name="registeredServersCount">Number of servers registered
to this vault.</param>
<param name="recoveryServicesProviderAuthType">The authentication
type of recovery service providers in the vault.</param>
<summary>
Initializes a new instance of the ReplicationUsage class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="JobsSummary">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary JobsSummary { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary JobsSummary" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.JobsSummary" />
<MemberSignature Language="VB.NET" Value="Public Property JobsSummary As JobsSummary" />
<MemberSignature Language="F#" Value="member this.JobsSummary : Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.JobsSummary" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="jobsSummary")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="jobsSummary")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.RecoveryServices.Models.JobsSummary</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets summary of the replication jobs data for this vault.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MonitoringSummary">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary MonitoringSummary { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary MonitoringSummary" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.MonitoringSummary" />
<MemberSignature Language="VB.NET" Value="Public Property MonitoringSummary As MonitoringSummary" />
<MemberSignature Language="F#" Value="member this.MonitoringSummary : Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.MonitoringSummary" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="monitoringSummary")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="monitoringSummary")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.RecoveryServices.Models.MonitoringSummary</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets summary of the replication monitoring data for this
vault.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ProtectedItemCount">
<MemberSignature Language="C#" Value="public int? ProtectedItemCount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> ProtectedItemCount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.ProtectedItemCount" />
<MemberSignature Language="VB.NET" Value="Public Property ProtectedItemCount As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.ProtectedItemCount : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.ProtectedItemCount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="protectedItemCount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="protectedItemCount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets number of replication protected items for this vault.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RecoveryPlanCount">
<MemberSignature Language="C#" Value="public int? RecoveryPlanCount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> RecoveryPlanCount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RecoveryPlanCount" />
<MemberSignature Language="VB.NET" Value="Public Property RecoveryPlanCount As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.RecoveryPlanCount : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RecoveryPlanCount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="recoveryPlanCount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryPlanCount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets number of replication recovery plans for this vault.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RecoveryServicesProviderAuthType">
<MemberSignature Language="C#" Value="public int? RecoveryServicesProviderAuthType { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> RecoveryServicesProviderAuthType" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RecoveryServicesProviderAuthType" />
<MemberSignature Language="VB.NET" Value="Public Property RecoveryServicesProviderAuthType As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.RecoveryServicesProviderAuthType : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RecoveryServicesProviderAuthType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="recoveryServicesProviderAuthType")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryServicesProviderAuthType")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the authentication type of recovery service providers
in the vault.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RegisteredServersCount">
<MemberSignature Language="C#" Value="public int? RegisteredServersCount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> RegisteredServersCount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RegisteredServersCount" />
<MemberSignature Language="VB.NET" Value="Public Property RegisteredServersCount As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.RegisteredServersCount : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage.RegisteredServersCount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<AssemblyVersion>4.3.3.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="registeredServersCount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="registeredServersCount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets number of servers registered to this vault.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>