-
Notifications
You must be signed in to change notification settings - Fork 264
/
MonitorConfig.xml
358 lines (358 loc) · 24.4 KB
/
MonitorConfig.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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<Type Name="MonitorConfig" FullName="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig">
<TypeSignature Language="C#" Value="public class MonitorConfig" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MonitorConfig extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig" />
<TypeSignature Language="VB.NET" Value="Public Class MonitorConfig" />
<TypeSignature Language="F#" Value="type MonitorConfig = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Class containing endpoint monitoring settings in a Traffic Manager
profile.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MonitorConfig ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the MonitorConfig class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MonitorConfig (Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus? profileMonitorStatus = default, Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol? protocol = default, long? port = default, string path = default, long? intervalInSeconds = default, long? timeoutInSeconds = default, long? toleratedNumberOfFailures = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem> customHeaders = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus> profileMonitorStatus, valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol> protocol, valuetype System.Nullable`1<int64> port, string path, valuetype System.Nullable`1<int64> intervalInSeconds, valuetype System.Nullable`1<int64> timeoutInSeconds, valuetype System.Nullable`1<int64> toleratedNumberOfFailures, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem> customHeaders, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.#ctor(System.Nullable{Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus},System.Nullable{Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol},System.Nullable{System.Int64},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Collections.Generic.IList{Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem},System.Collections.Generic.IList{Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional profileMonitorStatus As Nullable(Of ProfileMonitorStatus) = Nothing, Optional protocol As Nullable(Of MonitorProtocol) = Nothing, Optional port As Nullable(Of Long) = Nothing, Optional path As String = Nothing, Optional intervalInSeconds As Nullable(Of Long) = Nothing, Optional timeoutInSeconds As Nullable(Of Long) = Nothing, Optional toleratedNumberOfFailures As Nullable(Of Long) = Nothing, Optional customHeaders As IList(Of MonitorConfigCustomHeadersItem) = Nothing, Optional expectedStatusCodeRanges As IList(Of MonitorConfigExpectedStatusCodeRangesItem) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig : Nullable<Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus> * Nullable<Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol> * Nullable<int64> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem> -> Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig" Usage="new Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig (profileMonitorStatus, protocol, port, path, intervalInSeconds, timeoutInSeconds, toleratedNumberOfFailures, customHeaders, expectedStatusCodeRanges)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="profileMonitorStatus" Type="System.Nullable<Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus>" />
<Parameter Name="protocol" Type="System.Nullable<Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol>" />
<Parameter Name="port" Type="System.Nullable<System.Int64>" />
<Parameter Name="path" Type="System.String" />
<Parameter Name="intervalInSeconds" Type="System.Nullable<System.Int64>" />
<Parameter Name="timeoutInSeconds" Type="System.Nullable<System.Int64>" />
<Parameter Name="toleratedNumberOfFailures" Type="System.Nullable<System.Int64>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem>" />
<Parameter Name="expectedStatusCodeRanges" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem>" />
</Parameters>
<Docs>
<param name="profileMonitorStatus">The profile-level monitoring
status of the Traffic Manager profile. Possible values include:
'CheckingEndpoints', 'Online', 'Degraded', 'Disabled',
'Inactive'</param>
<param name="protocol">The protocol (HTTP, HTTPS or TCP) used to
probe for endpoint health. Possible values include: 'HTTP',
'HTTPS', 'TCP'</param>
<param name="port">The TCP port used to probe for endpoint
health.</param>
<param name="path">The path relative to the endpoint domain name
used to probe for endpoint health.</param>
<param name="intervalInSeconds">The monitor interval for endpoints
in this profile. This is the interval at which Traffic Manager will
check the health of each endpoint in this profile.</param>
<param name="timeoutInSeconds">The monitor timeout for endpoints in
this profile. This is the time that Traffic Manager allows
endpoints in this profile to response to the health check.</param>
<param name="toleratedNumberOfFailures">The number of consecutive
failed health check that Traffic Manager tolerates before declaring
an endpoint in this profile Degraded after the next failed health
check.</param>
<param name="customHeaders">List of custom headers.</param>
<param name="expectedStatusCodeRanges">List of expected status code
ranges.</param>
<summary>
Initializes a new instance of the MonitorConfig class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CustomHeaders">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem> CustomHeaders { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem> CustomHeaders" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.CustomHeaders" />
<MemberSignature Language="VB.NET" Value="Public Property CustomHeaders As IList(Of MonitorConfigCustomHeadersItem)" />
<MemberSignature Language="F#" Value="member this.CustomHeaders : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.CustomHeaders" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="customHeaders")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="customHeaders")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets list of custom headers.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExpectedStatusCodeRanges">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem> ExpectedStatusCodeRanges { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem> ExpectedStatusCodeRanges" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ExpectedStatusCodeRanges" />
<MemberSignature Language="VB.NET" Value="Public Property ExpectedStatusCodeRanges As IList(Of MonitorConfigExpectedStatusCodeRangesItem)" />
<MemberSignature Language="F#" Value="member this.ExpectedStatusCodeRanges : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ExpectedStatusCodeRanges" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="expectedStatusCodeRanges")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="expectedStatusCodeRanges")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets list of expected status code ranges.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IntervalInSeconds">
<MemberSignature Language="C#" Value="public long? IntervalInSeconds { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> IntervalInSeconds" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.IntervalInSeconds" />
<MemberSignature Language="VB.NET" Value="Public Property IntervalInSeconds As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.IntervalInSeconds : Nullable<int64> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.IntervalInSeconds" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="intervalInSeconds")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="intervalInSeconds")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the monitor interval for endpoints in this profile.
This is the interval at which Traffic Manager will check the health
of each endpoint in this profile.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Path">
<MemberSignature Language="C#" Value="public string Path { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Path" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Path" />
<MemberSignature Language="VB.NET" Value="Public Property Path As String" />
<MemberSignature Language="F#" Value="member this.Path : string with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Path" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="path")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="path")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the path relative to the endpoint domain name used to
probe for endpoint health.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Port">
<MemberSignature Language="C#" Value="public long? Port { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> Port" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Port" />
<MemberSignature Language="VB.NET" Value="Public Property Port As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.Port : Nullable<int64> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Port" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="port")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="port")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the TCP port used to probe for endpoint health.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ProfileMonitorStatus">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus? ProfileMonitorStatus { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus> ProfileMonitorStatus" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ProfileMonitorStatus" />
<MemberSignature Language="VB.NET" Value="Public Property ProfileMonitorStatus As Nullable(Of ProfileMonitorStatus)" />
<MemberSignature Language="F#" Value="member this.ProfileMonitorStatus : Nullable<Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ProfileMonitorStatus" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="profileMonitorStatus")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="profileMonitorStatus")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<Microsoft.Azure.Management.TrafficManager.Models.ProfileMonitorStatus></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the profile-level monitoring status of the Traffic
Manager profile. Possible values include: 'CheckingEndpoints',
'Online', 'Degraded', 'Disabled', 'Inactive'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Protocol">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol? Protocol { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol> Protocol" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Protocol" />
<MemberSignature Language="VB.NET" Value="Public Property Protocol As Nullable(Of MonitorProtocol)" />
<MemberSignature Language="F#" Value="member this.Protocol : Nullable<Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.Protocol" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="protocol")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="protocol")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<Microsoft.Azure.Management.TrafficManager.Models.MonitorProtocol></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the protocol (HTTP, HTTPS or TCP) used to probe for
endpoint health. Possible values include: 'HTTP', 'HTTPS', 'TCP'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TimeoutInSeconds">
<MemberSignature Language="C#" Value="public long? TimeoutInSeconds { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> TimeoutInSeconds" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.TimeoutInSeconds" />
<MemberSignature Language="VB.NET" Value="Public Property TimeoutInSeconds As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.TimeoutInSeconds : Nullable<int64> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.TimeoutInSeconds" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="timeoutInSeconds")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="timeoutInSeconds")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the monitor timeout for endpoints in this profile.
This is the time that Traffic Manager allows endpoints in this
profile to response to the health check.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ToleratedNumberOfFailures">
<MemberSignature Language="C#" Value="public long? ToleratedNumberOfFailures { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> ToleratedNumberOfFailures" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ToleratedNumberOfFailures" />
<MemberSignature Language="VB.NET" Value="Public Property ToleratedNumberOfFailures As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.ToleratedNumberOfFailures : Nullable<int64> with get, set" Usage="Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig.ToleratedNumberOfFailures" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="toleratedNumberOfFailures")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="toleratedNumberOfFailures")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the number of consecutive failed health check that
Traffic Manager tolerates before declaring an endpoint in this
profile Degraded after the next failed health check.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>