-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathConsumerGroupInner.xml
171 lines (171 loc) · 10.1 KB
/
ConsumerGroupInner.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
<Type Name="ConsumerGroupInner" FullName="Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner">
<TypeSignature Language="C#" Value="public class ConsumerGroupInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ConsumerGroupInner extends Microsoft.Azure.Management.ResourceManager.Fluent.Resource" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner" />
<TypeSignature Language="VB.NET" Value="Public Class ConsumerGroupInner
Inherits Resource" />
<TypeSignature Language="F#" Value="type ConsumerGroupInner = class
 inherit Resource" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.EventHub.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.ResourceManager.Fluent.Resource</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Single item in List or Get Consumer group operation
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ConsumerGroupInner ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.EventHub.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ConsumerGroupInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ConsumerGroupInner (string id = default, string name = default, string type = default, DateTime? createdAt = default, DateTime? updatedAt = default, string userMetadata = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, string name, string type, valuetype System.Nullable`1<valuetype System.DateTime> createdAt, valuetype System.Nullable`1<valuetype System.DateTime> updatedAt, string userMetadata) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional userMetadata As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner : string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner" Usage="new Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner (id, name, type, createdAt, updatedAt, userMetadata)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.EventHub.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="type" Type="System.String" />
<Parameter Name="createdAt" Type="System.Nullable<System.DateTime>" />
<Parameter Name="updatedAt" Type="System.Nullable<System.DateTime>" />
<Parameter Name="userMetadata" Type="System.String" />
</Parameters>
<Docs>
<param name="id">To be added.</param>
<param name="name">To be added.</param>
<param name="type">To be added.</param>
<param name="createdAt">Exact time the message was created.</param>
<param name="updatedAt">The exact time the message was
updated.</param>
<param name="userMetadata">User Metadata is a placeholder to store
user-defined string data with maximum length 1024. e.g. it can be
used to store descriptive data, such as list of teams and their
contact information also user-defined configuration settings can be
stored.</param>
<summary>
Initializes a new instance of the ConsumerGroupInner class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatedAt">
<MemberSignature Language="C#" Value="public DateTime? CreatedAt { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> CreatedAt" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.CreatedAt" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CreatedAt As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.CreatedAt : Nullable<DateTime>" Usage="Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.CreatedAt" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.EventHub.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.createdAt")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.createdAt")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets exact time the message was created.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdatedAt">
<MemberSignature Language="C#" Value="public DateTime? UpdatedAt { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> UpdatedAt" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.UpdatedAt" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property UpdatedAt As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.UpdatedAt : Nullable<DateTime>" Usage="Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.UpdatedAt" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.EventHub.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.updatedAt")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.updatedAt")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the exact time the message was updated.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UserMetadata">
<MemberSignature Language="C#" Value="public string UserMetadata { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string UserMetadata" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.UserMetadata" />
<MemberSignature Language="VB.NET" Value="Public Property UserMetadata As String" />
<MemberSignature Language="F#" Value="member this.UserMetadata : string with get, set" Usage="Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner.UserMetadata" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.EventHub.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.userMetadata")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.userMetadata")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets user Metadata is a placeholder to store user-defined
string data with maximum length 1024. e.g. it can be used to store
descriptive data, such as list of teams and their contact
information also user-defined configuration settings can be stored.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>