-
Notifications
You must be signed in to change notification settings - Fork 265
/
ClusterJob.xml
157 lines (157 loc) · 8.17 KB
/
ClusterJob.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
<Type Name="ClusterJob" FullName="Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob">
<TypeSignature Language="C#" Value="public class ClusterJob" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ClusterJob extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob" />
<TypeSignature Language="VB.NET" Value="Public Class ClusterJob" />
<TypeSignature Language="F#" Value="type ClusterJob = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StreamAnalytics</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
A streaming job.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ClusterJob ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StreamAnalytics</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ClusterJob class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ClusterJob (string id = default, int? streamingUnits = default, string jobState = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, valuetype System.Nullable`1<int32> streamingUnits, string jobState) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.#ctor(System.String,System.Nullable{System.Int32},System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As String = Nothing, Optional streamingUnits As Nullable(Of Integer) = Nothing, Optional jobState As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob : string * Nullable<int> * string -> Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob" Usage="new Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob (id, streamingUnits, jobState)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StreamAnalytics</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.String" />
<Parameter Name="streamingUnits" Type="System.Nullable<System.Int32>" />
<Parameter Name="jobState" Type="System.String" />
</Parameters>
<Docs>
<param name="id">Resource ID of the streaming job.</param>
<param name="streamingUnits">The number of streaming units that are
used by the streaming job.</param>
<param name="jobState">Possible values include: 'Created',
'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting', 'Failed',
'Degraded', 'Restarting', 'Scaling'</param>
<summary>
Initializes a new instance of the ClusterJob class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Id">
<MemberSignature Language="C#" Value="public string Id { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Id" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.Id" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Id As String" />
<MemberSignature Language="F#" Value="member this.Id : string" Usage="Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.Id" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StreamAnalytics</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="id")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="id")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets resource ID of the streaming job.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="JobState">
<MemberSignature Language="C#" Value="public string JobState { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string JobState" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.JobState" />
<MemberSignature Language="VB.NET" Value="Public Property JobState As String" />
<MemberSignature Language="F#" Value="member this.JobState : string with get, set" Usage="Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.JobState" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StreamAnalytics</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="jobState")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="jobState")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets possible values include: 'Created', 'Starting',
'Running', 'Stopping', 'Stopped', 'Deleting', 'Failed', 'Degraded',
'Restarting', 'Scaling'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StreamingUnits">
<MemberSignature Language="C#" Value="public int? StreamingUnits { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> StreamingUnits" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.StreamingUnits" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property StreamingUnits As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.StreamingUnits : Nullable<int>" Usage="Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob.StreamingUnits" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.StreamAnalytics</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="streamingUnits")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="streamingUnits")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the number of streaming units that are used by the streaming
job.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>