-
Notifications
You must be signed in to change notification settings - Fork 264
/
ContinuousWebJobSettingsResponse.xml
88 lines (88 loc) · 4.83 KB
/
ContinuousWebJobSettingsResponse.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
<Type Name="ContinuousWebJobSettingsResponse" FullName="Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse">
<TypeSignature Language="C#" Value="public class ContinuousWebJobSettingsResponse : Microsoft.Azure.AzureOperationResponse" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ContinuousWebJobSettingsResponse extends Microsoft.Azure.AzureOperationResponse" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse" />
<TypeSignature Language="VB.NET" Value="Public Class ContinuousWebJobSettingsResponse
Inherits AzureOperationResponse" />
<TypeSignature Language="F#" Value="type ContinuousWebJobSettingsResponse = class
 inherit AzureOperationResponse" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.WebSites</AssemblyName>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.AzureOperationResponse</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The continuous WebJob settings operation response.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ContinuousWebJobSettingsResponse ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.WebSites</AssemblyName>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ContinuousWebJobSettingsResponse
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsSingleton">
<MemberSignature Language="C#" Value="public bool? IsSingleton { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<bool> IsSingleton" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.IsSingleton" />
<MemberSignature Language="VB.NET" Value="Public Property IsSingleton As Nullable(Of Boolean)" />
<MemberSignature Language="F#" Value="member this.IsSingleton : Nullable<bool> with get, set" Usage="Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.IsSingleton" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.WebSites</AssemblyName>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Boolean></ReturnType>
</ReturnValue>
<Docs>
<summary>
Optional. If a continuous job is set as singleton it'll run only on
a single instance opposed to running on all instances.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ShutdownGraceTimeInSeconds">
<MemberSignature Language="C#" Value="public int? ShutdownGraceTimeInSeconds { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> ShutdownGraceTimeInSeconds" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.ShutdownGraceTimeInSeconds" />
<MemberSignature Language="VB.NET" Value="Public Property ShutdownGraceTimeInSeconds As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.ShutdownGraceTimeInSeconds : Nullable<int> with get, set" Usage="Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.ShutdownGraceTimeInSeconds" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.WebSites</AssemblyName>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Optional. Specify the time in seconds to wait for the WebJob to
gracefully shutdown.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>